Skip to content

Commit 89491d7

Browse files
authored
[release/8.0.1xx] Update dependencies from dotnet/arcade (#36736)
2 parents b86d09f + 088c529 commit 89491d7

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
@@ -415,22 +415,22 @@
415415
</Dependency>
416416
</ProductDependencies>
417417
<ToolsetDependencies>
418-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23525.4">
418+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23556.5">
419419
<Uri>https://github.com/dotnet/arcade</Uri>
420-
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
420+
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
421421
<SourceBuild RepoName="arcade" ManagedOnly="true" />
422422
</Dependency>
423-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23525.4">
423+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23556.5">
424424
<Uri>https://github.com/dotnet/arcade</Uri>
425-
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
425+
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
426426
</Dependency>
427-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23525.4">
427+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23556.5">
428428
<Uri>https://github.com/dotnet/arcade</Uri>
429-
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
429+
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
430430
</Dependency>
431-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23525.4">
431+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23556.5">
432432
<Uri>https://github.com/dotnet/arcade</Uri>
433-
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
433+
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
434434
</Dependency>
435435
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
436436
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<SystemCollectionsImmutablePackageVersion>7.0.0</SystemCollectionsImmutablePackageVersion>
3535
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3636
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
37-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.23525.4</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.23556.5</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -192,7 +192,7 @@
192192
<PropertyGroup>
193193
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
194194
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
195-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23525.4</MicrosoftDotNetXUnitExtensionsVersion>
195+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23556.5</MicrosoftDotNetXUnitExtensionsVersion>
196196
<MoqPackageVersion>4.18.4</MoqPackageVersion>
197197
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
198198
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.22262.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.23525.4",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23525.4"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23556.5",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23556.5"
1919
}
2020
}

0 commit comments

Comments
 (0)