Skip to content

Commit 135e39a

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#12758)
Update dependencies from https://github.com/dotnet/arcade build 20250108.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.24623.3 -> To Version 9.0.0-beta.25058.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent aeb1e35 commit 135e39a

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,29 +191,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
191191
</ProductDependencies>
192192
<ToolsetDependencies>
193193
<!-- Arcade -->
194-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24623.3">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
196+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24623.3">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25058.5">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
200+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24623.3">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25058.5">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
204+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24623.3">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25058.5">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
208+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24623.3">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25058.5">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
212+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24623.3">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25058.5">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
216+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
217217
</Dependency>
218218
</ToolsetDependencies>
219219
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
</PropertyGroup>
5858
<!-- Arcade -->
5959
<PropertyGroup>
60-
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.24623.3</MicrosoftDotNetGenFacadesPackageVersion>
61-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24623.3</MicrosoftDotNetRemoteExecutorVersion>
62-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.24623.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
60+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetGenFacadesPackageVersion>
61+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25058.5</MicrosoftDotNetRemoteExecutorVersion>
62+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
6363
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
6464
</PropertyGroup>
6565
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"version": "9.0.100"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24623.3",
18-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24623.3",
19-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24623.3",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5",
18+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25058.5",
19+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25058.5",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "9.0.0"
2222
},

0 commit comments

Comments
 (0)