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

25 lines
1.1 KiB
XML
Raw Normal View History

2025-05-27 22:53:46 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2025-05-27 14:02:24 +08:00
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
2025-05-27 14:27:50 +08:00
<RootNamespace>JiShe.IoT</RootNamespace>
2025-05-27 14:02:24 +08:00
</PropertyGroup>
<ItemGroup>
2025-05-27 14:27:50 +08:00
<ProjectReference Include="..\JiShe.IoT.Application.Contracts\JiShe.IoT.Application.Contracts.csproj"/>
2025-05-27 14:02:24 +08:00
</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.TemplateManagement.HttpApi.Client"/>
2025-05-27 22:53:46 +08:00
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.HttpApi.Client"/>
<PackageReference Include="JiShe.ServicePro.FileManagement.HttpApi.Client"/>
2025-06-04 17:09:21 +08:00
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.HttpApi.Client"/>
2025-06-04 16:44:21 +08:00
<PackageReference Include="JiShe.ServicePro.DeviceManagement.HttpApi.Client"/>
2025-05-27 22:53:46 +08:00
</ItemGroup>
2025-05-27 14:02:24 +08:00
</Project>