Skip to content

Commit

Permalink
Upgrade Fody package.
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Jun 18, 2020
1 parent 5751ec0 commit a1741ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configureawait.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" />
<PackageReference Include="Fody" Version="6.0.6">
<PrivateAssets>all</PrivateAssets>
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.2.0">
<PrivateAssets>All</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit a1741ce

Please sign in to comment.