Skip to content

Commit 1c324d0

Browse files
[main] Update dependencies from dotnet/arcade (#13290)
[main] Update dependencies from dotnet/arcade
1 parent fb754e0 commit 1c324d0

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

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
</PropertyGroup>
5757
<!-- Arcade -->
5858
<PropertyGroup>
59-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25209.3</MicrosoftDotNetGenFacadesPackageVersion>
60-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25209.3</MicrosoftDotNetRemoteExecutorVersion>
61-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25209.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
59+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25210.1</MicrosoftDotNetGenFacadesPackageVersion>
60+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25210.1</MicrosoftDotNetRemoteExecutorVersion>
61+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25210.1</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

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

0 commit comments

Comments
 (0)