fix parameter name in CommandResolver.cs

This commit is contained in:
PiotrP 2016-01-11 12:06:35 -08:00
parent c5ce2eb753
commit ec5a50dfe8

View file

@ -176,7 +176,7 @@ namespace Microsoft.DotNet.Cli.Utils
if (depsPath != null)
{
depsArg = $"\"--depsFile:{depsPath}\" ";
depsArg = $"\"--corehost-depsfile:{depsPath}\" ";
}
args = $"\"{dllPath}\" {depsArg}{args}";