Crossgen now requires a Jit package to be specified.

Port Crossgen fix from core-setup.

See a2857af7e3
This commit is contained in:
Eric Erhardt 2016-06-07 12:36:13 -05:00
parent 748516bb0d
commit 82ef0304bb
5 changed files with 66 additions and 36 deletions

View file

@ -212,6 +212,7 @@ namespace Microsoft.DotNet.Scripts
ReplaceFileContents(@"build_projects\shared-build-targets-utils\DependencyVersions.cs", fileContents =>
{
fileContents = ReplaceDependencyVersion(c, fileContents, "CoreCLRVersion", "Microsoft.NETCore.Runtime.CoreCLR");
fileContents = ReplaceDependencyVersion(c, fileContents, "JitVersion", "Microsoft.NETCore.Jit");
return fileContents;
});