2025-05-27 14:27:50 +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.Domain.Shared\JiShe.IoT.Domain.Shared.csproj"/>
|
2025-05-27 14:02:24 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Volo.Abp.ObjectExtending"/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.BasicManagement.Application.Contracts"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.NotificationManagement.Application.Contracts"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.Application.Contracts"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.LanguageManagement.Application.Contracts"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.CodeManagement.Application.Contracts"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.TemplateManagement.Application.Contracts"/>
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.Application.Contracts"/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|