From 465452f1528c92bfcb2a4a09625c1efee94839f9 Mon Sep 17 00:00:00 2001 From: Joe Amenta Date: Tue, 21 May 2019 22:42:51 -0400 Subject: [PATCH] Use netcoreapp2.2 for the benchmark project... for now. --- src/Cursively.Benchmark/Cursively.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cursively.Benchmark/Cursively.Benchmark.csproj b/src/Cursively.Benchmark/Cursively.Benchmark.csproj index 724b6e2..122f96c 100644 --- a/src/Cursively.Benchmark/Cursively.Benchmark.csproj +++ b/src/Cursively.Benchmark/Cursively.Benchmark.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0;net472 + netcoreapp2.2;net472 true false