Skip to content

Commit 04d7c76

Browse files
authored
Merge pull request #9108 from dotnet/darc-release/10.0.1xx-preview6-bc3a4604-aac4-4a31-a26c-dea450b7e722
[release/10.0.1xx-preview6] Source code updates from dotnet/dotnet
2 parents 289b41e + f15a24a commit 04d7c76

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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="a674616854f5aff3020ce2e9582d027a96b28b05" BarId="272338" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="41e9a12fb69b2d2b5833408ae410a5a773650645" BarId="272382" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25318.102">
5+
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25318.107">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>a674616854f5aff3020ce2e9582d027a96b28b05</Sha>
7+
<Sha>41e9a12fb69b2d2b5833408ae410a5a773650645</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25318.102">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25318.107">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>a674616854f5aff3020ce2e9582d027a96b28b05</Sha>
13+
<Sha>41e9a12fb69b2d2b5833408ae410a5a773650645</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="9.0.3">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PropertyGroup>
1616
<!-- Non-maestro versions -->
1717
<SystemFormatsAsn1Version>9.0.3</SystemFormatsAsn1Version>
18-
<SystemCommandLinePackageVersion>2.0.0-beta5.25318.102</SystemCommandLinePackageVersion>
18+
<SystemCommandLinePackageVersion>2.0.0-beta5.25318.107</SystemCommandLinePackageVersion>
1919
<MicrosoftExtensionsLoggingPackageVersion>9.0.3</MicrosoftExtensionsLoggingPackageVersion>
2020
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>9.0.3</MicrosoftExtensionsLoggingAbstractionsPackageVersion>
2121
<MicrosoftExtensionsLoggingConsolePackageVersion>9.0.3</MicrosoftExtensionsLoggingConsolePackageVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "10.0.100-preview.6.25302.104"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25318.102"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25318.107"
77
}
88
}

0 commit comments

Comments
 (0)