|
|
|
@ -4,12 +4,12 @@ |
|
|
|
<Import Project="..\..\configureawait.props" /> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<RootNamespace>Payment.Admin</RootNamespace> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Volo.Abp.AutoMapper" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Application" Version="6.0.0" /> |
|
|
|
<ProjectReference Include="..\Payment.Admin.Application.Contracts\Payment.Admin.Application.Contracts.csproj" /> |
|
|
|
<ProjectReference Include="..\Payment.Domain\Payment.Domain.csproj" /> |
|
|
|
|