Skip to content

Commit

Permalink
Remove net472 from Benchmarks since SpanJson is not compatible (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Oct 3, 2018
1 parent 24e31c9 commit 6b28573
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks Condition=" '$(TestTargetFrameworks)' != '' ">$(TestTargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' and '$(TargetFrameworks)' == '' ">netcoreapp2.1</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' and '$(TargetFrameworks)' == '' ">netcoreapp2.1;net472</TargetFrameworks>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateProgramFile>false</GenerateProgramFile>
<PlatformTarget>x64</PlatformTarget>
Expand Down

0 comments on commit 6b28573

Please sign in to comment.