Skip to content

Commit 061c3dc

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 282708 (#80228)
[main] Source code updates from dotnet/dotnet
1 parent 26cdcff commit 061c3dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file should be imported by eng/Versions.props
99
<MicrosoftCodeAnalysisPackageVersion>3.11.0</MicrosoftCodeAnalysisPackageVersion>
1010
<MicrosoftNetCompilersToolsetPackageVersion>4.10.0-1.24061.4</MicrosoftNetCompilersToolsetPackageVersion>
1111
<!-- dotnet/dotnet dependencies -->
12-
<SystemCommandLinePackageVersion>2.0.0-rc.2.25459.101</SystemCommandLinePackageVersion>
12+
<SystemCommandLinePackageVersion>2.0.0-rc.2.25460.104</SystemCommandLinePackageVersion>
1313
<!-- dotnet/runtime dependencies -->
1414
<MicrosoftBclAsyncInterfacesPackageVersion>9.0.0</MicrosoftBclAsyncInterfacesPackageVersion>
1515
<MicrosoftExtensionsConfigurationPackageVersion>9.0.0</MicrosoftExtensionsConfigurationPackageVersion>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="13a7588dc6e538cc938ea1277a37f756a80c7f03" BarId="282477" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="eac14590f69f6876d418cef9e8fdd3f44f6ef0b2" BarId="282708" />
44
<ProductDependencies>
55
<!-- RoslynAnalyzers reference older builds of Roslyn and this is necessary for SourceBuild. -->
66
<Dependency Name="Microsoft.CodeAnalysis" Version="3.11.0">
77
<Uri>https://github.com/dotnet/roslyn</Uri>
88
<Sha>ae1fff344d46976624e68ae17164e0607ab68b10</Sha>
99
</Dependency>
10-
<Dependency Name="System.CommandLine" Version="2.0.0-rc.2.25459.101">
10+
<Dependency Name="System.CommandLine" Version="2.0.0-rc.2.25460.104">
1111
<Uri>https://github.com/dotnet/dotnet</Uri>
12-
<Sha>13a7588dc6e538cc938ea1277a37f756a80c7f03</Sha>
12+
<Sha>eac14590f69f6876d418cef9e8fdd3f44f6ef0b2</Sha>
1313
</Dependency>
1414
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
1515
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0">

0 commit comments

Comments
 (0)