add nuget.projectmodel to version.details (#86650)
authorOleksandr Didyk <106967057+oleksandr-didyk@users.noreply.github.com>
Wed, 24 May 2023 08:16:28 +0000 (10:16 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 08:16:28 +0000 (10:16 +0200)
eng/Version.Details.xml

index c9d36d1..8baf9ab 100644 (file)
       <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
       <Sha>c85736cdab833e3cefa202f5e7e28f1fb6543604</Sha>
     </Dependency>
+    <!-- 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 runtime. -->
+    <Dependency Name="Nuget.ProjectModel" Version="6.2.2">
+      <Uri>https://github.com/NuGet/NuGet.Client</Uri>
+      <Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
+    </Dependency>
   </ToolsetDependencies>
 </Dependencies>