Skip to content

Commit 289b41e

Browse files
authored
Merge pull request #9106 from dotnet/darc-release/10.0.1xx-preview6-03d509b4-3bbc-401a-a51e-cae782bd39cc
2 parents 8c1b440 + 4ee9335 commit 289b41e

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="be8cb623e031f933b5b62e82d37094b4981dce30" BarId="271836" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="a674616854f5aff3020ce2e9582d027a96b28b05" BarId="272338" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25315.102">
5+
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25318.102">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>be8cb623e031f933b5b62e82d37094b4981dce30</Sha>
7+
<Sha>a674616854f5aff3020ce2e9582d027a96b28b05</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25315.102">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25318.102">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>be8cb623e031f933b5b62e82d37094b4981dce30</Sha>
13+
<Sha>a674616854f5aff3020ce2e9582d027a96b28b05</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.25315.102</SystemCommandLinePackageVersion>
18+
<SystemCommandLinePackageVersion>2.0.0-beta5.25318.102</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.25315.102"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25318.102"
77
}
88
}

0 commit comments

Comments
 (0)