Skip to content

Commit 0dec53a

Browse files
authored
[release/8.0-staging] Add NuGet package dependencies (#121996)
Related to dotnet/source-build#5427
1 parent 5c7ec14 commit 0dec53a

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

eng/Version.Details.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,21 @@
400400
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
401401
<Sha>67613417f5e1af250e6ddfba79f8f2885d8e90fb</Sha>
402402
</Dependency>
403-
<!-- Necessary for source-build. This allows the package to be retrieved from previously-source-built artifacts
403+
<!-- NuGet dependencies are necessary for source-build. This allows the packages to be retrieved from previously-source-built artifacts
404404
and flow in as dependencies of the packages produced by runtime. -->
405-
<Dependency Name="Nuget.ProjectModel" Version="6.2.4">
405+
<Dependency Name="NuGet.Frameworks" Version="6.2.4">
406+
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
407+
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
408+
</Dependency>
409+
<Dependency Name="NuGet.ProjectModel" Version="6.2.4">
410+
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
411+
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
412+
</Dependency>
413+
<Dependency Name="NuGet.Versioning" Version="6.2.4">
414+
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
415+
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
416+
</Dependency>
417+
<Dependency Name="NuGet.Packaging" Version="6.2.4">
406418
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
407419
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
408420
</Dependency>

0 commit comments

Comments
 (0)