Browse Source

Switch to GenHTTP 3.0.3 (#5642)

* Switch to GenHTTP 3.0.3

* Disable tiered compilation
Andreas Nägeli 5 years ago
parent
commit
a9d4f23402
1 changed files with 3 additions and 2 deletions
  1. 3 2
      frameworks/CSharp/genhttp/Benchmarks/Benchmarks.csproj

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

@@ -14,12 +14,13 @@
     <OutputType>Exe</OutputType>
     <OutputType>Exe</OutputType>
     
     
     <ServerGarbageCollection>true</ServerGarbageCollection>
     <ServerGarbageCollection>true</ServerGarbageCollection>
+    <TieredCompilation>false</TieredCompilation>
     
     
   </PropertyGroup>
   </PropertyGroup>
     
     
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="GenHTTP.Core" Version="3.0.1" />
-    <PackageReference Include="GenHTTP.Modules.Webservices" Version="3.0.1" />
+    <PackageReference Include="GenHTTP.Core" Version="3.0.3" />
+    <PackageReference Include="GenHTTP.Modules.Webservices" Version="3.0.3" />
   </ItemGroup>
   </ItemGroup>
   
   
 </Project>
 </Project>