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.
21 lines
784 B
21 lines
784 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="LINGYUN\Abp\Auditing\Localization\Resources\*.json" />
|
|
<Content Remove="LINGYUN\Abp\Auditing\Localization\Resources\*.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Features" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Authorization" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="3.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|