Skip to content

Commit 46b460b

Browse files
[main] Update dependencies from dotnet/arcade (#13152)
[main] Update dependencies from dotnet/arcade
1 parent cf1c79d commit 46b460b

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

0 commit comments

Comments
 (0)