Skip to content

Commit 030f1f1

Browse files
authored
Merge pull request #9391 from dotnet/darc-release/10.0.1xx-rc2-9ee233e1-8f1c-4e35-9a8f-daf4298b599e
[release/10.0.1xx-rc2] Source code updates from dotnet/dotnet
2 parents 5437b40 + 24b8b14 commit 030f1f1

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>10.0.0-beta.25479.113</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>2.0.0-rc.2.25479.113</SystemCommandLinePackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25502.106</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>2.0.0-rc.2.25502.106</SystemCommandLinePackageVersion>
1111
<!-- _git/dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>9.0.3</MicrosoftBclAsyncInterfacesPackageVersion>
1313
<MicrosoftExtensionsLoggingPackageVersion>9.0.3</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="8f250ef19f26c626df1bb0c44b3cacc62230c7cc" BarId="285177" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0" BarId="285597" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.0-rc.2.25479.113">
5+
<Dependency Name="System.CommandLine" Version="2.0.0-rc.2.25502.106">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>8f250ef19f26c626df1bb0c44b3cacc62230c7cc</Sha>
7+
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25479.113">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25502.106">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>8f250ef19f26c626df1bb0c44b3cacc62230c7cc</Sha>
13+
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="9.0.3">

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-rc.1.25451.107"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25479.113"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25502.106"
1717
}
1818
}

0 commit comments

Comments
 (0)