Skip to content

Commit 13ec6cb

Browse files
Update NuGet client dependencies (#48862)
1 parent 70167f8 commit 13ec6cb

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" />
77

88
<!-- These are used in-build for repo-tasks and should come from previously source built -->
9-
<UsagePattern IdentityGlob="NuGet.Common/*6.2.2*" />
10-
<UsagePattern IdentityGlob="NuGet.Configuration/*6.2.2*" />
11-
<UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.2*" />
12-
<UsagePattern IdentityGlob="NuGet.Packaging/*6.2.2*" />
13-
<UsagePattern IdentityGlob="NuGet.Versioning/*6.2.2*" />
9+
<UsagePattern IdentityGlob="NuGet.Common/*6.2.4*" />
10+
<UsagePattern IdentityGlob="NuGet.Configuration/*6.2.4*" />
11+
<UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.4*" />
12+
<UsagePattern IdentityGlob="NuGet.Packaging/*6.2.4*" />
13+
<UsagePattern IdentityGlob="NuGet.Versioning/*6.2.4*" />
1414

1515
<!-- These are what the analyzers are built against. They are overridden in full source build.
1616
It may be possible to generate SBRPs -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,17 +385,17 @@
385385
<Uri>https://github.com/dotnet/arcade</Uri>
386386
<Sha>f3952775e6d00a5b6f43b0615a8a766e095185eb</Sha>
387387
</Dependency>
388-
<Dependency Name="NuGet.Frameworks" Version="6.2.2">
388+
<Dependency Name="NuGet.Frameworks" Version="6.2.4">
389389
<Uri>https://github.com/nuget/nuget.client</Uri>
390-
<Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
390+
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
391391
</Dependency>
392-
<Dependency Name="NuGet.Packaging" Version="6.2.2">
392+
<Dependency Name="NuGet.Packaging" Version="6.2.4">
393393
<Uri>https://github.com/nuget/nuget.client</Uri>
394-
<Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
394+
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
395395
</Dependency>
396-
<Dependency Name="NuGet.Versioning" Version="6.2.2">
396+
<Dependency Name="NuGet.Versioning" Version="6.2.4">
397397
<Uri>https://github.com/nuget/nuget.client</Uri>
398-
<Sha>027ca8b8ef4b4dc94995f87b9c441d2bcf742c1d</Sha>
398+
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
399399
</Dependency>
400400
</ToolsetDependencies>
401401
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150
<MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.4.0-4.22520.2</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
151151
<!-- Packages from NuGet/Nuget.client -->
152152
<!-- If you update these versions, make sure to also update https://github.com/dotnet/aspnetcore/blob/main/eng/SourceBuildPrebuiltBaseline.xml -->
153-
<NuGetPackagingVersion>6.2.2</NuGetPackagingVersion>
154-
<NuGetVersioningVersion>6.2.2</NuGetVersioningVersion>
155-
<NuGetFrameworksVersion>6.2.2</NuGetFrameworksVersion>
153+
<NuGetPackagingVersion>6.2.4</NuGetPackagingVersion>
154+
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
155+
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
156156
<!-- Packages from dotnet/arcade -->
157157
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23312.4</MicrosoftDotNetBuildTasksInstallersVersion>
158158
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23312.4</MicrosoftDotNetBuildTasksTemplatingVersion>

0 commit comments

Comments
 (0)