Browse Source

Enable Fody on Release only in the remaining shared props

pull/26078/head
maliming 4 days ago
parent
commit
041fd2d12a
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      templates/module/aspnet-core/common.props

2
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>

Loading…
Cancel
Save