From a562480cd03df35685e7868035a4a2052474fcc9 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Tue, 9 May 2017 14:22:35 -0700 Subject: [PATCH] Update test project to netcoreapp2.0 (#1292) --- .../Microsoft.AspNetCore.Razor.Test.Common.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj b/test/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj index 07884871fc..fdbb117ea5 100644 --- a/test/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj +++ b/test/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj @@ -5,7 +5,8 @@ $(DefineConstants);GENERATE_BASELINES $(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES - netstandard1.3 + netcoreapp2.0;net46 + netcoreapp2.0