File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 491491 </Dependency >
492492 </ProductDependencies >
493493 <ToolsetDependencies >
494- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25228.2 " >
494+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25229.5 " >
495495 <Uri >https://github.com/dotnet/arcade</Uri >
496- <Sha >eaaefe0c7168235bf8fd93d62c6a053ee5c25ec0 </Sha >
496+ <Sha >6448619bfaaef14e8787f27d94b537d7ec73f36f </Sha >
497497 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
498498 </Dependency >
499- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25228.2 " >
499+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25229.5 " >
500500 <Uri >https://github.com/dotnet/arcade</Uri >
501- <Sha >eaaefe0c7168235bf8fd93d62c6a053ee5c25ec0 </Sha >
501+ <Sha >6448619bfaaef14e8787f27d94b537d7ec73f36f </Sha >
502502 </Dependency >
503- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25228.2 " >
503+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25229.5 " >
504504 <Uri >https://github.com/dotnet/arcade</Uri >
505- <Sha >eaaefe0c7168235bf8fd93d62c6a053ee5c25ec0 </Sha >
505+ <Sha >6448619bfaaef14e8787f27d94b537d7ec73f36f </Sha >
506506 </Dependency >
507- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25228.2 " >
507+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25229.5 " >
508508 <Uri >https://github.com/dotnet/arcade</Uri >
509- <Sha >eaaefe0c7168235bf8fd93d62c6a053ee5c25ec0 </Sha >
509+ <Sha >6448619bfaaef14e8787f27d94b537d7ec73f36f </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 >
Original file line number Diff line number Diff line change 3636 <SystemCollectionsImmutablePackageVersion >7.0.0</SystemCollectionsImmutablePackageVersion >
3737 <SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
3838 <SystemReflectionMetadataVersion >7.0.0</SystemReflectionMetadataVersion >
39- <MicrosoftDotNetSignToolVersion >8.0.0-beta.25228.2 </MicrosoftDotNetSignToolVersion >
39+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.25229.5 </MicrosoftDotNetSignToolVersion >
4040 <MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
4141 <SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
4242 <SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
213213 <PropertyGroup >
214214 <FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
215215 <FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
216- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25228.2 </MicrosoftDotNetXUnitExtensionsVersion >
216+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25229.5 </MicrosoftDotNetXUnitExtensionsVersion >
217217 <MoqPackageVersion >4.18.4</MoqPackageVersion >
218218 <XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
219219 <MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
1414 # This is the default platform provided by Arcade, intended for use by a managed-only repo.
1515 defaultManagedPlatform :
1616 name : ' Managed'
17- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 '
17+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-amd64 '
1818
1919 # Defines the platforms on which to run build jobs. One job is created for each platform, and the
2020 # object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
1414 # This is the default platform provided by Arcade, intended for use by a managed-only repo.
1515 defaultManagedPlatform :
1616 name : ' Managed'
17- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 '
17+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-amd64 '
1818
1919 # Defines the platforms on which to run build jobs. One job is created for each platform, and the
2020 # object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change 1414 }
1515 },
1616 "msbuild-sdks" : {
17- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25228.2 " ,
18- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25228.2 "
17+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25229.5 " ,
18+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25229.5 "
1919 }
2020}
You can’t perform that action at this time.
0 commit comments