Updating ToolpathCalculator to use asset.json now that we updated to a new NuGet.
This commit is contained in:
parent
082a90035d
commit
e91b2f6011
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
||||||
GetBaseToolPath(packageId),
|
GetBaseToolPath(packageId),
|
||||||
version.ToNormalizedString().ToLowerInvariant(),
|
version.ToNormalizedString().ToLowerInvariant(),
|
||||||
framework.GetShortFolderName(),
|
framework.GetShortFolderName(),
|
||||||
"project.lock.json");
|
"project.assets.json");
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetBaseToolPath(string packageId)
|
private string GetBaseToolPath(string packageId)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue