Fix compiling benchmarks.

This commit is contained in:
Pieter-Jan Briers
2019-08-10 13:43:48 +02:00
parent 831af2f157
commit d7505ca8b5

View File

@@ -9,6 +9,7 @@
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.3</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" /> <PackageReference Include="BenchmarkDotNet" Version="0.11.5" />