Browse Source
Update Riok.Mapperly package references
pull/23277/head
maliming
1 year ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
2 changed files with
1 additions and
2 deletions
-
framework/src/Volo.Abp.Mapperly/Volo.Abp.Mapperly.csproj
-
framework/test/Volo.Abp.Mapperly.Tests/Volo.Abp.Mapperly.Tests.csproj
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Riok.Mapperly" ExcludeAssets="runtime" PrivateAssets="all" /> |
|
|
|
<PackageReference Include="Riok.Mapperly" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -13,6 +13,5 @@ |
|
|
|
<ProjectReference Include="..\..\src\Volo.Abp.Mapperly\Volo.Abp.Mapperly.csproj" /> |
|
|
|
<ProjectReference Include="..\..\test\Volo.Abp.ObjectExtending.Tests\Volo.Abp.ObjectExtending.Tests.csproj" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" /> |
|
|
|
<PackageReference Include="Riok.Mapperly" ExcludeAssets="runtime" PrivateAssets="all" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|