Skip to content

Commit c7699ab

Browse files
[main] Update dependencies from dotnet/arcade (#13139)
[main] Update dependencies from dotnet/arcade
1 parent 3ec6746 commit c7699ab

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.25162.4">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25163.2">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
196+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25162.4">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25163.2">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
200+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25162.4">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25163.2">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
204+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25162.4">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25163.2">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
208+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25162.4">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25163.2">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
212+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25162.4">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25163.2">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
216+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</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.25162.4</MicrosoftDotNetGenFacadesPackageVersion>
60-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25162.4</MicrosoftDotNetRemoteExecutorVersion>
61-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25162.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
59+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25163.2</MicrosoftDotNetGenFacadesPackageVersion>
60+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25163.2</MicrosoftDotNetRemoteExecutorVersion>
61+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25163.2</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.25125.5"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25162.4",
18-
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25162.4",
19-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25162.4",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25163.2",
18+
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25163.2",
19+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25163.2",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "10.0.0-preview.3.25162.19"
2222
},

0 commit comments

Comments
 (0)