Fix benchmarks on netcoreapp2.0

This commit is contained in:
Ryan Nowak 2017-03-31 10:34:40 -07:00
parent b4cec03f65
commit 0ab49f4977
1 changed files with 6 additions and 0 deletions

View File

@ -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>