Add graph support for multiple shared frameworks (dotnet/core-setup#4538)
authorSteve Harter <steveharter@users.noreply.github.com>
Thu, 13 Sep 2018 21:18:20 +0000 (16:18 -0500)
committerGitHub <noreply@github.com>
Thu, 13 Sep 2018 21:18:20 +0000 (16:18 -0500)
commit79fd332bfcbdc1e98e9b783c48aacf6e620f0296
tree717b8beb49793aeea2b53b711325a4f03b4a2491
parent25602e5f61965b7412129bd5f48ac6fce9442d31
Add graph support for multiple shared frameworks (dotnet/core-setup#4538)

Commit migrated from https://github.com/dotnet/core-setup/commit/8fe49b4211abaa649784966a4f6b55a38a237d9e
26 files changed:
src/installer/corehost/cli/deps_resolver.cpp
src/installer/corehost/cli/fx_definition.cpp
src/installer/corehost/cli/fx_definition.h
src/installer/corehost/cli/fx_reference.cpp [new file with mode: 0644]
src/installer/corehost/cli/fx_reference.h [new file with mode: 0644]
src/installer/corehost/cli/fxr/CMakeLists.txt
src/installer/corehost/cli/fxr/framework_info.cpp
src/installer/corehost/cli/fxr/framework_info.h
src/installer/corehost/cli/fxr/fx_muxer.cpp
src/installer/corehost/cli/fxr/fx_muxer.h
src/installer/corehost/cli/fxr/fx_muxer.messages.cpp [new file with mode: 0644]
src/installer/corehost/cli/fxr/fx_ver.cpp
src/installer/corehost/cli/fxr/fx_ver.h
src/installer/corehost/cli/fxr/sdk_info.cpp
src/installer/corehost/cli/fxr/sdk_resolver.cpp
src/installer/corehost/cli/hostpolicy/CMakeLists.txt
src/installer/corehost/cli/libhost.cpp
src/installer/corehost/cli/roll_fwd_on_no_candidate_fx_option.h [new file with mode: 0644]
src/installer/corehost/cli/runtime_config.cpp
src/installer/corehost/cli/runtime_config.h
src/installer/corehost/corehost.cpp
src/installer/corehost/error_codes.h
src/installer/test/HostActivationTests/GivenThatICareAboutLightupAppActivation.cs
src/installer/test/HostActivationTests/GivenThatICareAboutMultilevelSharedFxLookup.DepsVersion.cs
src/installer/test/HostActivationTests/GivenThatICareAboutMultilevelSharedFxLookup.cs
src/installer/test/HostActivationTests/SharedFramework.cs