Explorar el Código

Update GenHTTP to version 2.10 (#5554)

* Bump GenHTTP to version 2.10

* Bump to GenHTTP 2.10.1
Andreas Nägeli hace 5 años
padre
commit
9b69ba08ea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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="2.9.0" />
-    <PackageReference Include="GenHTTP.Modules.Webservices" Version="2.9.0" />
+    <PackageReference Include="GenHTTP.Core" Version="2.10.1" />
+    <PackageReference Include="GenHTTP.Modules.Webservices" Version="2.10.1" />
   </ItemGroup>
   
 </Project>