From 2a69b50a6410558a46ced2686be10e86943b52cd Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 13 Jul 2017 14:58:27 -0700 Subject: [PATCH] Change Razor.Test.Common to not act like an executable. - There's no need for this test library to have a conditional TFM because it's never run under the desktop TFM when crossplat. --- .../Microsoft.AspNetCore.Razor.Test.Common.csproj | 1 - 1 file changed, 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 7aa0660765..43182ff223 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 @@ -6,7 +6,6 @@ $(DefineConstants);GENERATE_BASELINES $(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES netcoreapp2.0;net46 - netcoreapp2.0