fix parameter name in CommandResolver.cs
This commit is contained in:
parent
c5ce2eb753
commit
ec5a50dfe8
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
|
||||
if (depsPath != null)
|
||||
{
|
||||
depsArg = $"\"--depsFile:{depsPath}\" ";
|
||||
depsArg = $"\"--corehost-depsfile:{depsPath}\" ";
|
||||
}
|
||||
|
||||
args = $"\"{dllPath}\" {depsArg}{args}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue