Skip to content

Commit d63f2b4

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250127.4 (#5835)
[main] Update dependencies from dotnet/arcade
1 parent cc2317e commit d63f2b4

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@
186186
</Dependency>
187187
</ProductDependencies>
188188
<ToolsetDependencies>
189-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25065.2">
189+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25077.4">
190190
<Uri>https://github.com/dotnet/arcade</Uri>
191-
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
191+
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
192192
</Dependency>
193-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25065.2">
193+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25077.4">
194194
<Uri>https://github.com/dotnet/arcade</Uri>
195-
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
195+
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
196196
</Dependency>
197197
</ToolsetDependencies>
198198
</Dependencies>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"msbuild-sdks": {
1919
"Microsoft.Build.NoTargets": "3.7.0",
2020
"Microsoft.Build.Traversal": "3.2.0",
21-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2",
22-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25065.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4",
22+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25077.4"
2323
}
2424
}

0 commit comments

Comments
 (0)