Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20250…
Browse files Browse the repository at this point in the history
…126.1 (#2726)

[release/2.2] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Jan 27, 2025
1 parent 6fd1a2f commit 02bb21b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25067.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb</Sha>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25067.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb</Sha>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25067.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb</Sha>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25067.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25076.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
</PropertyGroup>
</Project>
10 changes: 0 additions & 10 deletions eng/common/internal/Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
<PackageReference Include="Microsoft.DotNet.IBCMerge" Version="$(MicrosoftDotNetIBCMergeVersion)" Condition="'$(UsingToolIbcOptimization)' == 'true'" />
<PackageReference Include="Drop.App" Version="$(DropAppVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>
</ItemGroup>
<PropertyGroup>
<RestoreSources></RestoreSources>
<RestoreSources Condition="'$(UsingToolIbcOptimization)' == 'true'">
https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
</RestoreSources>
<RestoreSources Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'">
$(RestoreSources);
https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>

<!-- Repository extensibility point -->
<Import Project="$(RepositoryEngineeringDir)InternalTools.props" Condition="Exists('$(RepositoryEngineeringDir)InternalTools.props')" />
Expand Down
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "10.0.100-alpha.1.25064.3"
"version": "10.0.100-alpha.1.25074.2"
},
"tools": {
"dotnet": "10.0.100-alpha.1.25064.3",
"dotnet": "10.0.100-alpha.1.25074.2",
"runtimes": {
"dotnet": [
"6.0.36",
Expand All @@ -20,7 +20,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25067.3",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25067.3"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25076.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25076.1"
}
}

0 comments on commit 02bb21b

Please sign in to comment.