Merge pull request #1796 from dotnet/pakrym/fix-embedded-deps
Fix issue preventing MVC gate to take a new dotnet cli
This commit is contained in:
commit
b30d54bc56
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
||||||
var dependencyContext = new DependencyContextBuilder().Build(compilationOptions,
|
var dependencyContext = new DependencyContextBuilder().Build(compilationOptions,
|
||||||
allExports,
|
allExports,
|
||||||
allExports,
|
allExports,
|
||||||
string.IsNullOrEmpty(context.RuntimeIdentifier),
|
args.PortableMode,
|
||||||
context.TargetFramework,
|
context.TargetFramework,
|
||||||
context.RuntimeIdentifier ?? string.Empty);
|
context.RuntimeIdentifier ?? string.Empty);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue