1 implementation of GetProjectAssetsFileAsync
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
450
public async Task<LockFile>
GetProjectAssetsFileAsync
(
2 references to GetProjectAssetsFileAsync
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
135
LockFile assetsFile = await packageUpdateIO.
GetProjectAssetsFileAsync
(dgSpec, projectPath, logger, cancellationToken);
Commands\Package\Update\PackageUpdateIO.cs (1)
449
/// <inheritdoc cref="IPackageUpdateIO.
GetProjectAssetsFileAsync
(DependencyGraphSpec, string, ILogger, CancellationToken)"/>