1 declaration of MSBuild target CollectPackageDownloads
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
297
<Target Name="
CollectPackageDownloads
" Returns="@(PackageDownload)">
2 usages of MSBuild target CollectPackageDownloads
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
61
<Target Name="ProcessFrameworkReferences" BeforeTargets="_CheckForInvalidConfigurationAndPlatform;CollectPackageReferences;
CollectPackageDownloads
"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
380
DependsOnTargets="CollectPackageReferences;
CollectPackageDownloads
;CollectFrameworkReferences;CollectCentralPackageVersions;CollectNuGetAuditSuppressions">