Run benchmarks on .NET Core 2.1 (#1722)

- Spoiler alert, it's much faster for the ones I ran at least
This commit is contained in:
David Fowler 2018-03-25 21:07:17 -07:00 committed by GitHub
parent 65204ec6f2
commit ddc0e4fb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>