Revert benchmarks to netcoreapp2.0

This commit is contained in:
BrennanConroy 2017-11-16 14:07:39 -08:00 committed by GitHub
parent 439f2a7892
commit 2fcf3ea9b7
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>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
</PropertyGroup>
<ItemGroup>