You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
28 lines
1.3 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<RootNamespace>Lion.AbpPro.BasicManagement</RootNamespace>
|
|
<NoWarnNuGet>NU1903;NU1902;$(NoWarnNuGet)</NoWarnNuGet>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Ddd.Application" />
|
|
<PackageReference Include="Volo.Abp.Account.Application" />
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application" />
|
|
<PackageReference Include="Volo.Abp.Identity.AspNetCore" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Application" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.Application" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application" />
|
|
<PackageReference Include="Magicodes.IE.Excel.AspNetCore" />
|
|
<ProjectReference Include="..\Lion.AbpPro.BasicManagement.Application.Contracts\Lion.AbpPro.BasicManagement.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\Lion.AbpPro.BasicManagement.Domain\Lion.AbpPro.BasicManagement.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="$(UserProfile)\.nuget\packages\*\*\contentFiles\any\*\*.abppkg*.json" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|