Crossgen now requires a Jit package to be specified.
Port Crossgen fix from core-setup.
See a2857af7e3
This commit is contained in:
parent
748516bb0d
commit
82ef0304bb
5 changed files with 66 additions and 36 deletions
|
@ -56,7 +56,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
public const string SharedFrameworkName = "Microsoft.NETCore.App";
|
||||
|
||||
public static Crossgen CrossgenUtil = new Crossgen(DependencyVersions.CoreCLRVersion);
|
||||
public static Crossgen CrossgenUtil = new Crossgen(DependencyVersions.CoreCLRVersion, DependencyVersions.JitVersion);
|
||||
|
||||
// Updates the stage 2 with recent changes.
|
||||
[Target(nameof(PrepareTargets.Init), nameof(CompileStage2))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue