Update file comment about usage in DownloadPackage.csproj.

This commit is contained in:
Michael Yanni 2023-12-12 18:21:55 -08:00
parent a4235dc472
commit d9cc884725

View file

@ -1,4 +1,9 @@
<!-- This project is used in GenerateLayout.targets and BundledDotnetTools.targets to download NuGet packages. -->
<!--
This project is used to download NuGet packages in the following targets files:
BundledDotnetTools.targets
Crossgen.targets
GenerateLayout.targets
-->
<Project Sdk="Microsoft.Build.NoTargets" DefaultTargets="Restore">
<PropertyGroup>