Add a comment for our cool workaround

This commit is contained in:
Ryan Nowak 2017-03-31 10:20:18 -07:00
parent 7904c7756d
commit 951341f612
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
<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>