Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>8fd12314c3e648c03a4189ba0bd1c3b09f5d6a01</Sha>
</Dependency>
<Dependency Name="NuGet.Packaging" Version="6.2.2">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
<!-- Necessary for source-build. This allows the package to be retrieved from previously-source-built artifacts
and flow in as dependencies of the packages produced by arcade. -->
<Dependency Name="System.IO.Packaging" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
</Dependency>
<!-- Live version required by source-build. It is loaded in during built-time by
consumers of SharedFramework.Sdk (such as runtime), so we cannot use a ref pack for it -->
Expand Down