Skip to content

Commit 84909f5

Browse files
authored
[main] Update dependencies from dotnet/arcade (#40126)
2 parents 273d39a + 7143d39 commit 84909f5

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -471,30 +471,30 @@
471471
</Dependency>
472472
</ProductDependencies>
473473
<ToolsetDependencies>
474-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24209.3">
474+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24210.4">
475475
<Uri>https://github.com/dotnet/arcade</Uri>
476-
<Sha>1fd3bf852108d4a3e0e4b71c405e446469b08ea6</Sha>
476+
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
477477
</Dependency>
478-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24209.3">
478+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24210.4">
479479
<Uri>https://github.com/dotnet/arcade</Uri>
480-
<Sha>1fd3bf852108d4a3e0e4b71c405e446469b08ea6</Sha>
480+
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
481481
</Dependency>
482-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24209.3">
482+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24210.4">
483483
<Uri>https://github.com/dotnet/arcade</Uri>
484-
<Sha>1fd3bf852108d4a3e0e4b71c405e446469b08ea6</Sha>
484+
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
485485
</Dependency>
486-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24209.3">
486+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24210.4">
487487
<Uri>https://github.com/dotnet/arcade</Uri>
488-
<Sha>1fd3bf852108d4a3e0e4b71c405e446469b08ea6</Sha>
488+
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
489489
</Dependency>
490-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24209.3">
490+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24210.4">
491491
<Uri>https://github.com/dotnet/arcade</Uri>
492-
<Sha>1fd3bf852108d4a3e0e4b71c405e446469b08ea6</Sha>
492+
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
493493
</Dependency>
494494
<!-- Intermediate is necessary for source build. -->
495-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24209.3">
495+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24210.4">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>1fd3bf852108d4a3e0e4b71c405e446469b08ea6</Sha>
497+
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
498498
<SourceBuild RepoName="arcade" ManagedOnly="true" />
499499
</Dependency>
500500
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-preview.4.24211.4">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
</PropertyGroup>
168168
<PropertyGroup>
169169
<!-- Dependencies from https://github.com/dotnet/arcade -->
170-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24209.3</MicrosoftDotNetSignToolVersion>
171-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24209.3</MicrosoftDotNetXliffTasksVersion>
170+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24210.4</MicrosoftDotNetSignToolVersion>
171+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24210.4</MicrosoftDotNetXliffTasksVersion>
172172
</PropertyGroup>
173173
<PropertyGroup>
174174
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
@@ -187,7 +187,7 @@
187187
<PropertyGroup>
188188
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
189189
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
190-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24209.3</MicrosoftDotNetXUnitExtensionsVersion>
190+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24210.4</MicrosoftDotNetXUnitExtensionsVersion>
191191
<MoqPackageVersion>4.18.4</MoqPackageVersion>
192192
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
193193
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

eng/common/templates-official/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pool:
4949
${{ if eq(variables['System.TeamProject'], 'public') }}:
5050
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
51-
demands: ImageOverride -equals build.ubuntu.1804.amd64
51+
demands: ImageOverride -equals build.ubuntu.2004.amd64
5252

5353
${{ if eq(variables['System.TeamProject'], 'internal') }}:
5454
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]

eng/common/templates-official/jobs/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-stream9'
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,

eng/common/templates/job/source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
pool:
4949
${{ if eq(variables['System.TeamProject'], 'public') }}:
5050
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
51-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
51+
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
5252

5353
${{ if eq(variables['System.TeamProject'], 'internal') }}:
5454
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
55-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
55+
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
5656

5757
${{ if ne(parameters.platform.pool, '') }}:
5858
pool: ${{ parameters.platform.pool }}

eng/common/templates/jobs/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-stream9'
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,

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24209.3",
18-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24209.3",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24210.4",
18+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24210.4",
1919
"Microsoft.Build.NoTargets": "3.7.0"
2020
}
2121
}

0 commit comments

Comments
 (0)