Skip to content

Commit 81bea5b

Browse files
[main] Update dependencies from dotnet/arcade (#13018)
[main] Update dependencies from dotnet/arcade
1 parent 02aaa19 commit 81bea5b

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

eng/Version.Details.xml

+12-12
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="10.0.0-beta.25124.2">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25124.3">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>a496a627c10c3c27d9efc83c3c80b3e6a58ccc7b</Sha>
196+
<Sha>2117ebaa7336feccd2361eb01ce33c243249bce0</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25124.2">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25124.3">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>a496a627c10c3c27d9efc83c3c80b3e6a58ccc7b</Sha>
200+
<Sha>2117ebaa7336feccd2361eb01ce33c243249bce0</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25124.2">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25124.3">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>a496a627c10c3c27d9efc83c3c80b3e6a58ccc7b</Sha>
204+
<Sha>2117ebaa7336feccd2361eb01ce33c243249bce0</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25124.2">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25124.3">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>a496a627c10c3c27d9efc83c3c80b3e6a58ccc7b</Sha>
208+
<Sha>2117ebaa7336feccd2361eb01ce33c243249bce0</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25124.2">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25124.3">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>a496a627c10c3c27d9efc83c3c80b3e6a58ccc7b</Sha>
212+
<Sha>2117ebaa7336feccd2361eb01ce33c243249bce0</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25124.2">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25124.3">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>a496a627c10c3c27d9efc83c3c80b3e6a58ccc7b</Sha>
216+
<Sha>2117ebaa7336feccd2361eb01ce33c243249bce0</Sha>
217217
</Dependency>
218218
</ToolsetDependencies>
219219
</Dependencies>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
</PropertyGroup>
5757
<!-- Arcade -->
5858
<PropertyGroup>
59-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25124.2</MicrosoftDotNetGenFacadesPackageVersion>
60-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25124.2</MicrosoftDotNetRemoteExecutorVersion>
61-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25124.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
59+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25124.3</MicrosoftDotNetGenFacadesPackageVersion>
60+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25124.3</MicrosoftDotNetRemoteExecutorVersion>
61+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25124.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
6262
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
6363
</PropertyGroup>
6464
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"version": "10.0.100-preview.3.25122.1"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25124.2",
18-
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25124.2",
19-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25124.2",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25124.3",
18+
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25124.3",
19+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25124.3",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "10.0.0-preview.3.25123.2"
2222
},

0 commit comments

Comments
 (0)