Browse Source
Enable Fody on Release only in the remaining shared props
pull/26078/head
maliming
4 days ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
1 additions and
1 deletions
-
templates/module/aspnet-core/common.props
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<AbpProjectType>module</AbpProjectType> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup Condition="'$(Configuration)' == 'Release'"> |
|
|
|
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" PrivateAssets="All" /> |
|
|
|
<PackageReference Include="Fody" Version="6.5.3"> |
|
|
|
<PrivateAssets>All</PrivateAssets> |
|
|
|
|