Skip to content

Commit 1efc96b

Browse files
[main] Update dependencies from dotnet/arcade (#4658)
* Update dependencies from https://github.com/dotnet/arcade build 20250122.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25072.2 * Update dependencies from https://github.com/dotnet/arcade build 20250123.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25073.5 * Update dependencies from https://github.com/dotnet/arcade build 20250124.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25074.4 * Failed to perform coherency update for one or more dependencies. * Update dependencies from https://github.com/dotnet/arcade build 20250126.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25076.1 * Update dependencies from https://github.com/dotnet/arcade build 20250127.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25077.3 * Update dependencies from https://github.com/dotnet/arcade build 20250128.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25078.4 * Update dependencies from https://github.com/dotnet/arcade build 20250129.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25071.3 -> To Version 10.0.0-beta.25079.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 262fae4 commit 1efc96b

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
</Dependency>
3232
</ProductDependencies>
3333
<ToolsetDependencies>
34-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25071.3">
34+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25079.2">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
36+
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25071.3">
38+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25079.2">
3939
<Uri>https://github.com/dotnet/arcade</Uri>
40-
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
40+
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
4141
</Dependency>
4242
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25077.1">
4343
<Uri>https://github.com/dotnet/xharness</Uri>

eng/common/internal/Tools.csproj

-10
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.24610.7",
3+
"version": "10.0.100-alpha.1.25077.2",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "10.0.100-alpha.1.24610.7"
8+
"dotnet": "10.0.100-alpha.1.25077.2"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25058.4",
12-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25058.4"
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25079.2",
12+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25079.2"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)