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.
23 lines
874 B
23 lines
874 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
<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="$(VoloAbpPackageVersion)" />
|
|
<PackageReference Include="Volo.Abp.Authorization" Version="$(VoloAbpPackageVersion)" />
|
|
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="$(VoloAbpPackageVersion)" />
|
|
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="$(VoloAbpPackageVersion)" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|