Browse Source

Update NuGet client dependencies (#48862)

Mackinnon Buck 2 years ago
parent
commit
13ec6cbb5b
3 changed files with 14 additions and 14 deletions
  1. 5 5
      eng/SourceBuildPrebuiltBaseline.xml
  2. 6 6
      eng/Version.Details.xml
  3. 3 3
      eng/Versions.props

+ 5 - 5
eng/SourceBuildPrebuiltBaseline.xml

@@ -6,11 +6,11 @@
     <UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" />
 
     <!-- These are used in-build for repo-tasks and should come from previously source built -->
-    <UsagePattern IdentityGlob="NuGet.Common/*6.2.2*" />
-    <UsagePattern IdentityGlob="NuGet.Configuration/*6.2.2*" />
-    <UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.2*" />
-    <UsagePattern IdentityGlob="NuGet.Packaging/*6.2.2*" />
-    <UsagePattern IdentityGlob="NuGet.Versioning/*6.2.2*" />
+    <UsagePattern IdentityGlob="NuGet.Common/*6.2.4*" />
+    <UsagePattern IdentityGlob="NuGet.Configuration/*6.2.4*" />
+    <UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.4*" />
+    <UsagePattern IdentityGlob="NuGet.Packaging/*6.2.4*" />
+    <UsagePattern IdentityGlob="NuGet.Versioning/*6.2.4*" />
 
     <!-- These are what the analyzers are built against. They are overridden in full source build.
          It may be possible to generate SBRPs -->

+ 6 - 6
eng/Version.Details.xml

@@ -385,17 +385,17 @@
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>f3952775e6d00a5b6f43b0615a8a766e095185eb</Sha>
     </Dependency>
-    <Dependency Name="NuGet.Frameworks" Version="6.2.2">
+    <Dependency Name="NuGet.Frameworks" Version="6.2.4">
       <Uri>https://github.com/nuget/nuget.client</Uri>
-      <Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
+      <Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
     </Dependency>
-    <Dependency Name="NuGet.Packaging" Version="6.2.2">
+    <Dependency Name="NuGet.Packaging" Version="6.2.4">
       <Uri>https://github.com/nuget/nuget.client</Uri>
-      <Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
+      <Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
     </Dependency>
-    <Dependency Name="NuGet.Versioning" Version="6.2.2">
+    <Dependency Name="NuGet.Versioning" Version="6.2.4">
       <Uri>https://github.com/nuget/nuget.client</Uri>
-      <Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
+      <Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
     </Dependency>
   </ToolsetDependencies>
 </Dependencies>

+ 3 - 3
eng/Versions.props

@@ -150,9 +150,9 @@
     <MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
     <!-- Packages from NuGet/Nuget.client -->
     <!-- If you update these versions, make sure to also update https://github.com/dotnet/aspnetcore/blob/main/eng/SourceBuildPrebuiltBaseline.xml -->
-    <NuGetPackagingVersion>6.2.2</NuGetPackagingVersion>
-    <NuGetVersioningVersion>6.2.2</NuGetVersioningVersion>
-    <NuGetFrameworksVersion>6.2.2</NuGetFrameworksVersion>
+    <NuGetPackagingVersion>6.2.4</NuGetPackagingVersion>
+    <NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
+    <NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
     <!-- Packages from dotnet/arcade -->
     <MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23312.4</MicrosoftDotNetBuildTasksInstallersVersion>
     <MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23312.4</MicrosoftDotNetBuildTasksTemplatingVersion>