Skip to content

Commit 1e92b29

Browse files
[main] Update dependencies from dotnet/arcade (#11309)
[main] Update dependencies from dotnet/arcade
1 parent 7f1ab0c commit 1e92b29

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

eng/Version.Details.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -183,29 +183,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
183183
</ProductDependencies>
184184
<ToolsetDependencies>
185185
<!-- Arcade -->
186-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24229.1">
186+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24253.1">
187187
<Uri>https://github.com/dotnet/arcade</Uri>
188-
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
188+
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
189189
</Dependency>
190-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24229.1">
190+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24253.1">
191191
<Uri>https://github.com/dotnet/arcade</Uri>
192-
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
192+
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
193193
</Dependency>
194-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24229.1">
194+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24253.1">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
196+
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24229.1">
198+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24253.1">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
200+
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24229.1">
202+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24253.1">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
204+
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24229.1">
206+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24253.1">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
208+
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
209209
</Dependency>
210210
</ToolsetDependencies>
211211
</Dependencies>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
</PropertyGroup>
5555
<!-- Arcade -->
5656
<PropertyGroup>
57-
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.24229.1</MicrosoftDotNetGenFacadesPackageVersion>
58-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24229.1</MicrosoftDotNetRemoteExecutorVersion>
59-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.24229.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
57+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.24253.1</MicrosoftDotNetGenFacadesPackageVersion>
58+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24253.1</MicrosoftDotNetRemoteExecutorVersion>
59+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.24253.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
6060
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
6161
</PropertyGroup>
6262
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

eng/common/native/init-compiler.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ -z "$CLR_CC" ]; then
6464
if [ -z "$majorVersion" ]; then
6565
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
6666
if [ "$compiler" = "clang" ]; then versions="18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
67-
elif [ "$compiler" = "gcc" ]; then versions="13 12 11 10 9 8 7 6 5 4.9"; fi
67+
elif [ "$compiler" = "gcc" ]; then versions="14 13 12 11 10 9 8 7 6 5 4.9"; fi
6868

6969
for version in $versions; do
7070
_major="${version%%.*}"

eng/common/templates-official/steps/publish-pipeline-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ steps:
2323
${{ if parameters.args.artifactName }}:
2424
artifactName: ${{ parameters.args.artifactName }}
2525
${{ if parameters.args.properties }}:
26-
properties: ${{ properties.args.properties }}
26+
properties: ${{ parameters.args.properties }}

eng/common/templates/steps/publish-pipeline-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ steps:
3131
${{ if parameters.args.parallelCount }}:
3232
parallelCount: ${{ parameters.args.parallelCount }}
3333
${{ if parameters.args.properties }}:
34-
properties: ${{ properties.args.properties }}
34+
properties: ${{ parameters.args.properties }}

global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"version": "9.0.100-preview.3.24204.13"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24229.1",
18-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24229.1",
19-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24229.1",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24253.1",
18+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24253.1",
19+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24253.1",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "9.0.0-preview.4.24230.15"
2222
},

0 commit comments

Comments
 (0)