Skip to content

Commit 6e1d6e5

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/source-build-reference-packages (#442)
* Update dependencies from https://github.com/dotnet/arcade build 20250126.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25067.3 -> To Version 10.0.0-beta.25076.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250124.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 10.0.606501 -> To Version 10.0.607402 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0c377e9 commit 6e1d6e5

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
<Sha>e9b99f554a3c298e1106ea171f5a0462780af2c5</Sha>
1212
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25067.3">
14+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25076.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb</Sha>
16+
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
1717
</Dependency>
1818
<!-- Intermediate is necessary for source build. -->
19-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25067.3">
19+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25076.1">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb</Sha>
21+
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
2222
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2323
</Dependency>
2424
<!-- Intermediate is necessary for source build. -->
25-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.606501">
25+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.607402">
2626
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
27-
<Sha>be366997dfae0aa6e3c9a78bad10bfb3f79cbde1</Sha>
27+
<Sha>f0e24bf492d694469a74be8604fb329bdcd65778</Sha>
2828
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
2929
</Dependency>
3030
</ToolsetDependencies>

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-alpha.1.25064.3"
3+
"dotnet": "10.0.100-alpha.1.25074.2"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25067.3"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25076.1"
77
}
88
}

0 commit comments

Comments
 (0)