JiShe.IOT.Admin/src/JiShe.ServicePro.HttpApi.Client/JiShe.ServicePro.HttpApi.Client.csproj

22 lines
1020 B
XML
Raw Normal View History

2025-05-27 14:02:24 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>JiShe.ServicePro</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\JiShe.ServicePro.Application.Contracts\JiShe.ServicePro.Application.Contracts.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="JiShe.ServicePro.BasicManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.NotificationManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.LanguageManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.CodeManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.TemplateManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.HttpApi.Client"/>
</ItemGroup>
</Project>