Skip to content

Commit 0279f18

Browse files
[main] Update dependencies from dotnet/arcade (#39878)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b4e5af5 commit 0279f18

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
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.24177.2">
474+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24178.6">
475475
<Uri>https://github.com/dotnet/arcade</Uri>
476-
<Sha>689fb2d1b620a9df28c3384d9b208e3654a0f928</Sha>
476+
<Sha>4345e14684eab24fa2f8217706756dd7c0787d84</Sha>
477477
</Dependency>
478-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24177.2">
478+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24178.6">
479479
<Uri>https://github.com/dotnet/arcade</Uri>
480-
<Sha>689fb2d1b620a9df28c3384d9b208e3654a0f928</Sha>
480+
<Sha>4345e14684eab24fa2f8217706756dd7c0787d84</Sha>
481481
</Dependency>
482-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24177.2">
482+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24178.6">
483483
<Uri>https://github.com/dotnet/arcade</Uri>
484-
<Sha>689fb2d1b620a9df28c3384d9b208e3654a0f928</Sha>
484+
<Sha>4345e14684eab24fa2f8217706756dd7c0787d84</Sha>
485485
</Dependency>
486-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24177.2">
486+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24178.6">
487487
<Uri>https://github.com/dotnet/arcade</Uri>
488-
<Sha>689fb2d1b620a9df28c3384d9b208e3654a0f928</Sha>
488+
<Sha>4345e14684eab24fa2f8217706756dd7c0787d84</Sha>
489489
</Dependency>
490-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24177.2">
490+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24178.6">
491491
<Uri>https://github.com/dotnet/arcade</Uri>
492-
<Sha>689fb2d1b620a9df28c3384d9b208e3654a0f928</Sha>
492+
<Sha>4345e14684eab24fa2f8217706756dd7c0787d84</Sha>
493493
</Dependency>
494494
<!-- Intermediate is necessary for source build. -->
495-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24177.2">
495+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24178.6">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>689fb2d1b620a9df28c3384d9b208e3654a0f928</Sha>
497+
<Sha>4345e14684eab24fa2f8217706756dd7c0787d84</Sha>
498498
<SourceBuild RepoName="arcade" ManagedOnly="true" />
499499
</Dependency>
500500
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-preview.4.24178.9">

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.24177.2</MicrosoftDotNetSignToolVersion>
171-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24177.2</MicrosoftDotNetXliffTasksVersion>
170+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24178.6</MicrosoftDotNetSignToolVersion>
171+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24178.6</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.24177.2</MicrosoftDotNetXUnitExtensionsVersion>
190+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24178.6</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/publish-build-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
os: windows
6161
# If it's not devdiv, it's dnceng
6262
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
63-
name: $(DncEngInternalBuildPool)
64-
image: 1es-windows-2022-pt
63+
name: NetCore1ESPool-Publishing-Internal
64+
image: windows.vs2019.amd64
6565
os: windows
6666
steps:
6767
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

eng/common/templates-official/post-build/post-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ stages:
261261
os: windows
262262
# If it's not devdiv, it's dnceng
263263
${{ else }}:
264-
name: $(DncEngInternalBuildPool)
265-
image: 1es-windows-2022-pt
264+
name: NetCore1ESPool-Publishing-Internal
265+
image: windows.vs2019.amd64
266266
os: windows
267267
steps:
268268
- template: setup-maestro-vars.yml

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.24177.2",
18-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24177.2",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24178.6",
18+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24178.6",
1919
"Microsoft.Build.NoTargets": "3.7.0"
2020
}
2121
}

0 commit comments

Comments
 (0)