25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<RootNamespace>JiShe.IoT</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\JiShe.IoT.Domain.Shared\JiShe.IoT.Domain.Shared.csproj"/>
|
|
</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> |