Browse Source

Merge pull request #42 from HMBSbige/dependabot/nuget/Costura.Fody-5.3.0

Bump Costura.Fody from 5.2.0 to 5.3.0
Bruce Wayne 4 years ago
parent
commit
ba396b6bad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      NatTypeTester/NatTypeTester.csproj

+ 1 - 1
NatTypeTester/NatTypeTester.csproj

@@ -20,7 +20,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Costura.Fody" Version="5.2.0">
+    <PackageReference Include="Costura.Fody" Version="5.3.0">
       <PrivateAssets>All</PrivateAssets>
     </PackageReference>
     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />