Fix benchmarks on netcoreapp2.0
This commit is contained in:
parent
b4cec03f65
commit
0ab49f4977
|
|
@ -8,6 +8,12 @@
|
|||
<ServerGarbageCollection>true</ServerGarbageCollection>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<!--
|
||||
This is required right now for BenchmarkDotNet to restore the benchmarks. It is NOT ok to move this into
|
||||
an imported .props file. See https://github.com/dotnet/BenchmarkDotNet/issues/406
|
||||
-->
|
||||
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue