Skip to content

Commit

Permalink
Update NuGet client dependencies (#48862)
Browse files Browse the repository at this point in the history
  • Loading branch information
MackinnonBuck authored Jun 16, 2023
1 parent 70167f8 commit 13ec6cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 13ec6cb

Please sign in to comment.