Make Microsoft.NETCore.App target netcoreapp2.1
authorEric St. John <ericstj@microsoft.com>
Tue, 15 Aug 2017 17:06:40 +0000 (10:06 -0700)
committerEric St. John <ericstj@microsoft.com>
Tue, 15 Aug 2017 18:04:58 +0000 (11:04 -0700)
commit3dae6c73640f12fd7a804f9e6611e462d423b5e6
treedd12bd579bce8b9520c05b8f41b6f368a6c70f13
parentad17254f75a3175e1f745965780bd108c5de439b
Make Microsoft.NETCore.App target netcoreapp2.1

Moves the branch forward to the netcoreapp2.1 TFM.

Commit migrated from https://github.com/dotnet/core-setup/commit/26154941156e3b9c1bdd908c94a77b1f571cfcad
12 files changed:
src/installer/config.json
src/installer/pkg/projects/Microsoft.NETCore.App/Microsoft.NETCore.App.pkgproj
src/installer/pkg/projects/Microsoft.NETCore.App/src/Microsoft.NETCore.App.depproj
src/installer/test/Assets/TestProjects/LightupClient/LightupClient.csproj
src/installer/test/Assets/TestProjects/LightupLib/LightupLib.csproj
src/installer/test/Assets/TestProjects/PortableApp/PortableApp.csproj
src/installer/test/Assets/TestProjects/PortableTestApp/PortableTestApp.csproj
src/installer/test/Assets/TestProjects/ResourceLookup/ResourceLookup.csproj
src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/SharedFxLookupPortableApp.csproj
src/installer/test/Assets/TestProjects/StandaloneApp/StandaloneApp.csproj
src/installer/test/Assets/TestProjects/StandaloneTestApp/StandaloneTestApp.csproj
src/installer/test/TestUtils/TestProjectFixture.cs