Remove AppWithSubDirs hard-coded netcoreapp3.0
authorDavis Goodin <dagood@microsoft.com>
Mon, 15 Jul 2019 22:12:46 +0000 (17:12 -0500)
committerDavis Goodin <dagood@microsoft.com>
Mon, 15 Jul 2019 22:28:36 +0000 (17:28 -0500)
Commit migrated from https://github.com/dotnet/core-setup/commit/5b613dcbf66aeb7f5a694b9fad0ec740d95ea62f

src/installer/test/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj

index 3beb811..77ff39a 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netcoreapp3.0</TargetFramework>
+    <TargetFramework>$(NETCoreAppFramework)</TargetFramework>
     <OutputType>Exe</OutputType>
     <RuntimeIdentifier>$(TestTargetRid)</RuntimeIdentifier>
     <RuntimeFrameworkVersion>$(MNAVersion)</RuntimeFrameworkVersion>