Skip to content

Commit 5c6358f

Browse files
[main] Update dependencies from dotnet/command-line-api (#39920)
[main] Update dependencies from dotnet/command-line-api
1 parent 77dfc1c commit 5c6358f

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>ad732e236e7ffcb66de4b45a1b736aad4ccdcd83</Sha>
365365
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
366366
</Dependency>
367-
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24126.1">
367+
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24201.1">
368368
<Uri>https://github.com/dotnet/command-line-api</Uri>
369-
<Sha>5ea97af07263ea3ef68a18557c8aa3f7e3200bda</Sha>
369+
<Sha>c96672b8b84c307feb035fed6cbe9db85d5b87d3</Sha>
370370
</Dependency>
371-
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24112.1">
371+
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24201.1">
372372
<Uri>https://github.com/dotnet/command-line-api</Uri>
373-
<Sha>e9ac4ff4293cf853f3d07eb9e747aef27f5be965</Sha>
373+
<Sha>c96672b8b84c307feb035fed6cbe9db85d5b87d3</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.512601">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.520101">
385385
<Uri>https://github.com/dotnet/command-line-api</Uri>
386-
<Sha>5ea97af07263ea3ef68a18557c8aa3f7e3200bda</Sha>
386+
<Sha>c96672b8b84c307feb035fed6cbe9db85d5b87d3</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.24201.4</SystemReflectionMetadataLoadContextVersion>
4040
<SystemManagementPackageVersion>4.6.0</SystemManagementPackageVersion>
41-
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
42-
<SystemCommandLineRenderingVersion>0.4.0-alpha.24112.1</SystemCommandLineRenderingVersion>
41+
<SystemCommandLineVersion>2.0.0-beta4.24201.1</SystemCommandLineVersion>
42+
<SystemCommandLineRenderingVersion>0.4.0-alpha.24201.1</SystemCommandLineRenderingVersion>
4343
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24172.2</MicrosoftDeploymentDotNetReleasesVersion>
4444
<MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion>
4545
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>

0 commit comments

Comments
 (0)