Skip to content

Commit 4958565

Browse files
authored
[release/8.0.4xx] Update dependencies from dotnet/arcade (#45065)
2 parents db24e1d + 9e67da5 commit 4958565

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -491,22 +491,22 @@
491491
</Dependency>
492492
</ProductDependencies>
493493
<ToolsetDependencies>
494-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24562.12">
494+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24570.5">
495495
<Uri>https://github.com/dotnet/arcade</Uri>
496-
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
496+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
497497
<SourceBuild RepoName="arcade" ManagedOnly="true" />
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24562.12">
499+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24570.5">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
501+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
502502
</Dependency>
503-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24562.12">
503+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24570.5">
504504
<Uri>https://github.com/dotnet/arcade</Uri>
505-
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
505+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
506506
</Dependency>
507-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24562.12">
507+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24570.5">
508508
<Uri>https://github.com/dotnet/arcade</Uri>
509-
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
509+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
510510
</Dependency>
511511
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.1">
512512
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<SystemCollectionsImmutablePackageVersion>8.0.0</SystemCollectionsImmutablePackageVersion>
3737
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3838
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
39-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24562.12</MicrosoftDotNetSignToolVersion>
39+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24570.5</MicrosoftDotNetSignToolVersion>
4040
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
4141
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4242
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -213,7 +213,7 @@
213213
<PropertyGroup>
214214
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
215215
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
216-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24562.12</MicrosoftDotNetXUnitExtensionsVersion>
216+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24570.5</MicrosoftDotNetXUnitExtensionsVersion>
217217
<MoqPackageVersion>4.18.4</MoqPackageVersion>
218218
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
219219
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24562.12",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24562.12"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24570.5",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24570.5"
1919
}
2020
}

0 commit comments

Comments
 (0)