Browse Source

Switch to GenHTTP version 2.8.1 (#5515)

Andreas Nägeli 5 years ago
parent
commit
91eb4393f4
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>
   </PropertyGroup>
     
     
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="GenHTTP.Core" Version="2.8.0" />
-    <PackageReference Include="GenHTTP.Modules.Webservices" Version="2.8.0" />
+    <PackageReference Include="GenHTTP.Core" Version="2.8.1" />
+    <PackageReference Include="GenHTTP.Modules.Webservices" Version="2.8.1" />
   </ItemGroup>
   </ItemGroup>
   
   
 </Project>
 </Project>