Skip to content

Commit

Permalink
Use netcoreapp2.2 for the benchmark project... for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed May 22, 2019
1 parent 067dada commit 465452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cursively.Benchmark/Cursively.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.0;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 465452f

Please sign in to comment.