Skip to content

Commit 107db05

Browse files
authored
Merge pull request #9671 from dotnet/darc-release/10.0.2xx-a09134ea-6ef6-4f3c-8517-c3b343a9feaa
[release/10.0.2xx] Source code updates from dotnet/dotnet
2 parents 4589810 + 125e43d commit 107db05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25630.103</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25631.103</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.1</SystemCommandLinePackageVersion>
1111
<!-- _git/dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.1</MicrosoftBclAsyncInterfacesPackageVersion>

eng/Version.Details.xml

Lines changed: 3 additions & 3 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="f484a16ae2624ee678855b7c54427e3ca2be75aa" BarId="295771" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="9ed194562dde3817eb865438b65a35b2d8f01e02" BarId="295831" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.1">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
77
<Sha>115a29577547ce136b754d96d2ebfb184595a923</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25630.103">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25631.103">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>f484a16ae2624ee678855b7c54427e3ca2be75aa</Sha>
13+
<Sha>9ed194562dde3817eb865438b65a35b2d8f01e02</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.101"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25630.103"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25631.103"
1717
}
1818
}

0 commit comments

Comments
 (0)