Skip to content

Commit e25754e

Browse files
Update dependencies from https://github.com/dotnet/dotnet (#8975)
[main] Source code updates from dotnet/dotnet
1 parent 96ae9f7 commit e25754e

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,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="721dc7a2a59416b21fc49447d264009d708d6000" BarId="265489" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="58950550c5c2c7a2431595699b38fd0360fd63e9" BarId="265646" />
44
<ProductDependencies>
55
<!-- Intermediate is necessary for source build. -->
66
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="10.0.622301">
@@ -14,15 +14,15 @@
1414
<Sha>65dce0e04c42107e92af4287fe8b5022407b7440</Sha>
1515
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
1616
</Dependency>
17-
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25223.119">
17+
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25224.104">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
19+
<Sha>58950550c5c2c7a2431595699b38fd0360fd63e9</Sha>
2020
</Dependency>
2121
</ProductDependencies>
2222
<ToolsetDependencies>
23-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25223.119">
23+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25224.104">
2424
<Uri>https://github.com/dotnet/dotnet</Uri>
25-
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
25+
<Sha>58950550c5c2c7a2431595699b38fd0360fd63e9</Sha>
2626
</Dependency>
2727
<!-- Intermediate is necessary for source build. -->
2828
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25222.2">

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.25223.119</SystemCommandLinePackageVersion>
18+
<SystemCommandLinePackageVersion>2.0.0-beta5.25224.104</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.3.25201.16"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25223.119"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25224.104"
77
}
88
}

0 commit comments

Comments
 (0)