Skip to content

Commit c1fe380

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 294757 (#9633)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25613.101 -> 11.0.0-beta.25615.104) System.CommandLine (Version 3.0.0-alpha.1.25613.101 -> 3.0.0-alpha.1.25615.104) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 413680c commit c1fe380

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.25613.101</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>3.0.0-alpha.1.25613.101</SystemCommandLinePackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25615.104</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>3.0.0-alpha.1.25615.104</SystemCommandLinePackageVersion>
1111
<!-- _git/dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.1</MicrosoftBclAsyncInterfacesPackageVersion>
1313
<MicrosoftExtensionsLoggingPackageVersion>10.0.1</MicrosoftExtensionsLoggingPackageVersion>

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="templating" Sha="dc803dea8a5917a87a812a05bae596c299368a43" BarId="294593" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="1c8ec1563e6971abcf91b192b394b6b43e0e912f" BarId="294757" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="3.0.0-alpha.1.25613.101">
5+
<Dependency Name="System.CommandLine" Version="3.0.0-alpha.1.25615.104">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>dc803dea8a5917a87a812a05bae596c299368a43</Sha>
7+
<Sha>1c8ec1563e6971abcf91b192b394b6b43e0e912f</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25613.101">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25615.104">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>dc803dea8a5917a87a812a05bae596c299368a43</Sha>
13+
<Sha>1c8ec1563e6971abcf91b192b394b6b43e0e912f</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.1">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "10.0.100"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25613.101"
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25615.104"
1717
}
1818
}

0 commit comments

Comments
 (0)