Skip to content

Commit 4fa4aeb

Browse files
author
v-wuzhai
authored
[main] Update dependencies from dotnet/command-line-api (#41780)
2 parents 655bdad + 75167e2 commit 4fa4aeb

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
@@ -414,13 +414,13 @@
414414
<Sha>43709af7570da7140fb3e9a5237f55ffb24677e7</Sha>
415415
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
416416
</Dependency>
417-
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24209.3">
417+
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">
418418
<Uri>https://github.com/dotnet/command-line-api</Uri>
419-
<Sha>963d34b1fb712c673bfb198133d7e988182c9ef4</Sha>
419+
<Sha>803d8598f98fb4efd94604b32627ee9407f246db</Sha>
420420
</Dependency>
421-
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24209.3">
421+
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24324.3">
422422
<Uri>https://github.com/dotnet/command-line-api</Uri>
423-
<Sha>963d34b1fb712c673bfb198133d7e988182c9ef4</Sha>
423+
<Sha>803d8598f98fb4efd94604b32627ee9407f246db</Sha>
424424
</Dependency>
425425
<!-- Microsoft.CodeAnalysis.Workspaces.MSBuild transitively references M.Bcl.AsyncInterfaces.
426426
Adding an explicit dependency to make sure the latest version is used instead of the SBRP
@@ -431,9 +431,9 @@
431431
<Sha>200bba3d3695c902b740931b8d9c2ba09d037f24</Sha>
432432
</Dependency>
433433
<!-- Intermediate is necessary for source build. -->
434-
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.520903">
434+
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.532403">
435435
<Uri>https://github.com/dotnet/command-line-api</Uri>
436-
<Sha>963d34b1fb712c673bfb198133d7e988182c9ef4</Sha>
436+
<Sha>803d8598f98fb4efd94604b32627ee9407f246db</Sha>
437437
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
438438
</Dependency>
439439
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
<SystemTextJsonVersion>7.0.3</SystemTextJsonVersion>
8787
<SystemReflectionMetadataLoadContextVersion>9.0.0-preview.6.24323.2</SystemReflectionMetadataLoadContextVersion>
8888
<SystemManagementPackageVersion>4.6.0</SystemManagementPackageVersion>
89-
<SystemCommandLineVersion>2.0.0-beta4.24209.3</SystemCommandLineVersion>
90-
<SystemCommandLineRenderingVersion>0.4.0-alpha.24209.3</SystemCommandLineRenderingVersion>
89+
<SystemCommandLineVersion>2.0.0-beta4.24324.3</SystemCommandLineVersion>
90+
<SystemCommandLineRenderingVersion>0.4.0-alpha.24324.3</SystemCommandLineRenderingVersion>
9191
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24305.1</MicrosoftDeploymentDotNetReleasesVersion>
9292
<MicrosoftDiaSymReaderVersion>2.1.0-beta.24321.1</MicrosoftDiaSymReaderVersion>
9393
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>

0 commit comments

Comments
 (0)