Add HostFXR to UpdateDependencies

This commit is contained in:
Senthil 2016-06-13 17:33:35 -07:00 committed by Bryan Thornbury
parent a8f05f2914
commit 263b80ecbb

View file

@ -221,6 +221,7 @@ namespace Microsoft.DotNet.Scripts
ReplaceFileContents(@"build_projects\dotnet-cli-build\CliDependencyVersions.cs", fileContents =>
{
fileContents = ReplaceDependencyVersion(c, fileContents, "SharedFrameworkVersion", "Microsoft.NETCore.App");
fileContents = ReplaceDependencyVersion(c, fileContents, "HostFxrVersion", "Microsoft.NETCore.DotNetHostResolver");
fileContents = ReplaceDependencyVersion(c, fileContents, "SharedHostVersion", "Microsoft.NETCore.DotNetHost");
return fileContents;