Browse Source

Switch to GenHTTP 3.0.1 (#5629)

Co-authored-by: Andreas Nägeli <[email protected]>
Andreas Nägeli 5 years ago
parent
commit
7723f29e6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/CSharp/genhttp/Benchmarks/Benchmarks.csproj

+ 2 - 2
frameworks/CSharp/genhttp/Benchmarks/Benchmarks.csproj

@@ -18,8 +18,8 @@
   </PropertyGroup>
     
   <ItemGroup>
-    <PackageReference Include="GenHTTP.Core" Version="3.0.0" />
-    <PackageReference Include="GenHTTP.Modules.Webservices" Version="3.0.0" />
+    <PackageReference Include="GenHTTP.Core" Version="3.0.1" />
+    <PackageReference Include="GenHTTP.Modules.Webservices" Version="3.0.1" />
   </ItemGroup>
   
 </Project>