Skip to content

Commit 3bba0e4

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 291345 (#1521)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25567.106 -> 11.0.0-beta.25568.110) System.CommandLine (Version 3.0.0-alpha.1.25567.106 -> 3.0.0-alpha.1.25568.110) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 5f9bf26 commit 3bba0e4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25567.106</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>3.0.0-alpha.1.25567.106</SystemCommandLinePackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25568.110</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>3.0.0-alpha.1.25568.110</SystemCommandLinePackageVersion>
1111
<!-- dotnet/msbuild dependencies -->
1212
<MicrosoftBuildPackageVersion>17.11.31</MicrosoftBuildPackageVersion>
1313
<MicrosoftBuildTasksCorePackageVersion>17.11.31</MicrosoftBuildTasksCorePackageVersion>

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="feff871cec763e9a9f8e9ace212f0fd6041d479f" BarId="291132" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="9447c7095aa247775e2a4b1cf6bd29c3dd7a32fb" BarId="291345" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="3.0.0-alpha.1.25567.106">
5+
<Dependency Name="System.CommandLine" Version="3.0.0-alpha.1.25568.110">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>feff871cec763e9a9f8e9ace212f0fd6041d479f</Sha>
7+
<Sha>9447c7095aa247775e2a4b1cf6bd29c3dd7a32fb</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25567.106">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25568.110">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>feff871cec763e9a9f8e9ace212f0fd6041d479f</Sha>
13+
<Sha>9447c7095aa247775e2a4b1cf6bd29c3dd7a32fb</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
1616
<Dependency Name="Microsoft.Build" Version="17.11.31">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dotnet": "10.0.100-rc.2.25502.107"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25567.106",
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25568.110",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)