From 914fc700ec045e9f545886f49f9ce18bd28f526d Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Wed, 25 Mar 2020 11:47:44 -0700 Subject: [PATCH] add NetCoreAppCurrent to TargetFrameworks on TestApp --- .../tests/TestApp/Microsoft.Extensions.Hosting.TestApp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Microsoft.Extensions.Hosting/tests/TestApp/Microsoft.Extensions.Hosting.TestApp.csproj b/src/libraries/Microsoft.Extensions.Hosting/tests/TestApp/Microsoft.Extensions.Hosting.TestApp.csproj index cf0255715ec55..f774716ddfe7a 100644 --- a/src/libraries/Microsoft.Extensions.Hosting/tests/TestApp/Microsoft.Extensions.Hosting.TestApp.csproj +++ b/src/libraries/Microsoft.Extensions.Hosting/tests/TestApp/Microsoft.Extensions.Hosting.TestApp.csproj @@ -1,6 +1,6 @@  - $(NetFrameworkCurrent) + $(NetCoreAppCurrent);$(NetFrameworkCurrent) true Exe