Add os supported versions to host (dotnet/core-setup#4700)
authorVitek Karas <vitek.karas@microsoft.com>
Wed, 31 Oct 2018 08:24:01 +0000 (01:24 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 08:24:01 +0000 (01:24 -0700)
commit89c027f55b3e249c950a3fff21324ea47f4e6a90
tree88f28a93eca1230d932db682fdbaf9afbf33c296
parentc9eafa588588ba4f0255493577667f4a1d45a806
Add os supported versions to host (dotnet/core-setup#4700)

Add a manifest to dotnet.exe with supported versions of Windows.
Also remove any manifest from apphost.exe as it will get the one from the app when it's used.

Commit migrated from https://github.com/dotnet/core-setup/commit/16fc8e9125638f24527091a573d9dbe546a1f609
src/installer/corehost/cli/apphost/CMakeLists.txt
src/installer/corehost/cli/dotnet/CMakeLists.txt
src/installer/corehost/cli/dotnet/dotnet.manifest [new file with mode: 0644]
src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs [new file with mode: 0644]
src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/TestWindowsOsShimsApp.csproj [new file with mode: 0644]
src/installer/test/HostActivationTests/GivenThatICareAboutWindowsOsShims.cs [new file with mode: 0644]