Skip to content

Commit 5507992

Browse files
authored
[main] Update dependencies from dotnet/command-line-api (#40075)
2 parents 01f2e41 + 8c986a4 commit 5507992

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@
364364
<Sha>7455f63411369a962f769361d1a979a547756ada</Sha>
365365
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
366366
</Dependency>
367-
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24201.1">
367+
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24209.3">
368368
<Uri>https://github.com/dotnet/command-line-api</Uri>
369-
<Sha>c96672b8b84c307feb035fed6cbe9db85d5b87d3</Sha>
369+
<Sha>963d34b1fb712c673bfb198133d7e988182c9ef4</Sha>
370370
</Dependency>
371-
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24201.1">
371+
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24209.3">
372372
<Uri>https://github.com/dotnet/command-line-api</Uri>
373-
<Sha>c96672b8b84c307feb035fed6cbe9db85d5b87d3</Sha>
373+
<Sha>963d34b1fb712c673bfb198133d7e988182c9ef4</Sha>
374374
</Dependency>
375375
<!-- Microsoft.CodeAnalysis.Workspaces.MSBuild transitively references M.Bcl.AsyncInterfaces.
376376
Adding an explicit dependency to make sure the latest version is used instead of the SBRP
@@ -381,9 +381,9 @@
381381
<Sha>27e584661980ee6d82c419a2a471ae505b7d122e</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.520101">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.520903">
385385
<Uri>https://github.com/dotnet/command-line-api</Uri>
386-
<Sha>c96672b8b84c307feb035fed6cbe9db85d5b87d3</Sha>
386+
<Sha>963d34b1fb712c673bfb198133d7e988182c9ef4</Sha>
387387
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
388388
</Dependency>
389389
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<SystemTextJsonVersion>7.0.3</SystemTextJsonVersion>
3939
<SystemReflectionMetadataLoadContextVersion>9.0.0-preview.4.24209.5</SystemReflectionMetadataLoadContextVersion>
4040
<SystemManagementPackageVersion>4.6.0</SystemManagementPackageVersion>
41-
<SystemCommandLineVersion>2.0.0-beta4.24201.1</SystemCommandLineVersion>
42-
<SystemCommandLineRenderingVersion>0.4.0-alpha.24201.1</SystemCommandLineRenderingVersion>
41+
<SystemCommandLineVersion>2.0.0-beta4.24209.3</SystemCommandLineVersion>
42+
<SystemCommandLineRenderingVersion>0.4.0-alpha.24209.3</SystemCommandLineRenderingVersion>
4343
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24176.3</MicrosoftDeploymentDotNetReleasesVersion>
4444
<MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion>
4545
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>

0 commit comments

Comments
 (0)