2025-05-27 14:02:24 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<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="Swashbuckle.AspNetCore.Annotations"/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<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.CodeManagement.HttpApi"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.TemplateManagement.HttpApi"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.HttpApi"/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|