Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c2aff68

Browse files
committed
Reacting to CLI API changes
1 parent 985fe86 commit c2aff68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.AspNetCore.Razor.Tools/Internal/PackageOnlyResolveTagHelpersRunCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static bool TryPackageOnlyTagHelperResolution(
7979
}
8080
}
8181

82-
var loadContext = projectContext.CreateLoadContext();
82+
var loadContext = projectContext.CreateLoadContext(configuration: "Debug");
8383
var runner = new PackageOnlyResolveTagHelpersRunCommand(loadContext)
8484
{
8585
AssemblyNamesArgument = assemblyNamesArgument,

0 commit comments

Comments
 (0)