Browse Source

Enable Fody on Release only.

pull/16614/head
maliming 3 years ago
committed by GitHub
parent
commit
30d3781fd6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      configureawait.props

4
configureawait.props

@ -1,9 +1,9 @@
<Project>
<ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.6.1">
<PrivateAssets>All</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save