Skip to content

Commit d1bbb32

Browse files
[main] Update dependencies from dotnet/arcade (#12841)
[main] Update dependencies from dotnet/arcade
1 parent 620b123 commit d1bbb32

File tree

4 files changed

+18
-28
lines changed

4 files changed

+18
-28
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.25073.5">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25074.4">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>ba09eddf11e81ff604c3118eddb86517cfcd4969</Sha>
196+
<Sha>e89f8b1239360cafca490aa3bfee89e84df72186</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25073.5">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25074.4">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>ba09eddf11e81ff604c3118eddb86517cfcd4969</Sha>
200+
<Sha>e89f8b1239360cafca490aa3bfee89e84df72186</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25073.5">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25074.4">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>ba09eddf11e81ff604c3118eddb86517cfcd4969</Sha>
204+
<Sha>e89f8b1239360cafca490aa3bfee89e84df72186</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25073.5">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25074.4">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>ba09eddf11e81ff604c3118eddb86517cfcd4969</Sha>
208+
<Sha>e89f8b1239360cafca490aa3bfee89e84df72186</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25073.5">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25074.4">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>ba09eddf11e81ff604c3118eddb86517cfcd4969</Sha>
212+
<Sha>e89f8b1239360cafca490aa3bfee89e84df72186</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25073.5">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25074.4">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>ba09eddf11e81ff604c3118eddb86517cfcd4969</Sha>
216+
<Sha>e89f8b1239360cafca490aa3bfee89e84df72186</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.25073.5</MicrosoftDotNetGenFacadesPackageVersion>
60-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25073.5</MicrosoftDotNetRemoteExecutorVersion>
61-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25073.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
59+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25074.4</MicrosoftDotNetGenFacadesPackageVersion>
60+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25074.4</MicrosoftDotNetRemoteExecutorVersion>
61+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25074.4</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 -->

eng/common/internal/Tools.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
<PackageReference Include="Microsoft.DotNet.IBCMerge" Version="$(MicrosoftDotNetIBCMergeVersion)" Condition="'$(UsingToolIbcOptimization)' == 'true'" />
1616
<PackageReference Include="Drop.App" Version="$(DropAppVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>
1717
</ItemGroup>
18-
<PropertyGroup>
19-
<RestoreSources></RestoreSources>
20-
<RestoreSources Condition="'$(UsingToolIbcOptimization)' == 'true'">
21-
https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
22-
</RestoreSources>
23-
<RestoreSources Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'">
24-
$(RestoreSources);
25-
https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json;
26-
</RestoreSources>
27-
</PropertyGroup>
2818

2919
<!-- Repository extensibility point -->
3020
<Import Project="$(RepositoryEngineeringDir)InternalTools.props" Condition="Exists('$(RepositoryEngineeringDir)InternalTools.props')" />

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-alpha.1.25064.3"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25073.5",
18-
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25073.5",
19-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25073.5",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25074.4",
18+
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25074.4",
19+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25074.4",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "10.0.0-alpha.1.25073.13"
2222
},

0 commit comments

Comments
 (0)