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

30 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
2025-06-04 17:09:21 +08:00
<PropertyGroup>
2025-06-12 09:29:05 +08:00
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
2025-06-04 17:09:21 +08:00
<RootNamespace>JiShe.IoT</RootNamespace>
</PropertyGroup>
2025-05-27 14:02:24 +08:00
2025-06-04 17:09:21 +08:00
<ItemGroup>
<ProjectReference Include="..\JiShe.IoT.Application.Contracts\JiShe.IoT.Application.Contracts.csproj" />
</ItemGroup>
2025-05-27 14:02:24 +08:00
2025-06-04 17:09:21 +08:00
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" />
2025-05-27 22:53:46 +08:00
</ItemGroup>
2025-05-27 14:02:24 +08:00
2025-06-04 17:13:56 +08:00
2025-05-27 14:02:24 +08:00
<ItemGroup>
<PackageReference Include="JiShe.ServicePro.BasicManagement.HttpApi"/>
<PackageReference Include="JiShe.ServicePro.NotificationManagement.HttpApi"/>
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.HttpApi"/>
<PackageReference Include="JiShe.ServicePro.LanguageManagement.HttpApi"/>
<PackageReference Include="JiShe.ServicePro.TemplateManagement.HttpApi"/>
2025-05-27 22:53:46 +08:00
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.HttpApi"/>
<PackageReference Include="JiShe.ServicePro.FileManagement.HttpApi"/>
2025-06-04 16:39:03 +08:00
<PackageReference Include="JiShe.ServicePro.DeviceManagement.HttpApi"/>
2025-06-04 17:09:21 +08:00
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.HttpApi" />
2025-05-27 22:53:46 +08:00
</ItemGroup>
2025-06-04 17:09:21 +08:00
2025-05-27 14:02:24 +08:00
</Project>