From 2fcf3ea9b7b858db55e791f8244a852e9056e83f Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 16 Nov 2017 14:07:39 -0800 Subject: [PATCH] Revert benchmarks to netcoreapp2.0 --- .../Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj b/benchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj index cce90498ea..b9ad8ab3b8 100644 --- a/benchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj +++ b/benchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1;net461 + netcoreapp2.0;net461