Updating ToolpathCalculator to use asset.json now that we updated to a new NuGet.

This commit is contained in:
Livar Cunha 2016-09-29 14:06:45 -07:00
parent 082a90035d
commit e91b2f6011

View file

@ -57,7 +57,7 @@ namespace Microsoft.DotNet.Cli.Utils
GetBaseToolPath(packageId),
version.ToNormalizedString().ToLowerInvariant(),
framework.GetShortFolderName(),
"project.lock.json");
"project.assets.json");
}
private string GetBaseToolPath(string packageId)