Skip to content

Commit 9e4d80c

Browse files
[main] Update dependencies from dotnet/command-line-api (#44501)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e22fcc0 commit 9e4d80c

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
@@ -428,13 +428,13 @@
428428
<Sha>d6e7d82e631f0b4c2519284a1c12ed9eb945a388</Sha>
429429
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
430430
</Dependency>
431-
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24517.1">
431+
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24528.1">
432432
<Uri>https://github.com/dotnet/command-line-api</Uri>
433-
<Sha>31ab5077b28e4ebe8229e7d2ba8ae1307b1ce360</Sha>
433+
<Sha>feb61c7f328a2401d74f4317b39d02126cfdfe24</Sha>
434434
</Dependency>
435-
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24517.1">
435+
<Dependency Name="System.CommandLine.Rendering" Version="0.4.0-alpha.24528.1">
436436
<Uri>https://github.com/dotnet/command-line-api</Uri>
437-
<Sha>31ab5077b28e4ebe8229e7d2ba8ae1307b1ce360</Sha>
437+
<Sha>feb61c7f328a2401d74f4317b39d02126cfdfe24</Sha>
438438
</Dependency>
439439
<!-- Microsoft.CodeAnalysis.Workspaces.MSBuild transitively references M.Bcl.AsyncInterfaces.
440440
Adding an explicit dependency to make sure the latest version is used instead of the SBRP
@@ -445,9 +445,9 @@
445445
<Sha>878352351804a2339d595c1f74f9e6b32c6c6e6b</Sha>
446446
</Dependency>
447447
<!-- Intermediate is necessary for source build. -->
448-
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.551701">
448+
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.552801">
449449
<Uri>https://github.com/dotnet/command-line-api</Uri>
450-
<Sha>31ab5077b28e4ebe8229e7d2ba8ae1307b1ce360</Sha>
450+
<Sha>feb61c7f328a2401d74f4317b39d02126cfdfe24</Sha>
451451
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
452452
</Dependency>
453453
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<SystemDataSqlClientPackageVersion>4.8.6</SystemDataSqlClientPackageVersion>
8080
<StyleCopAnalyzersPackageVersion>1.2.0-beta.435</StyleCopAnalyzersPackageVersion>
8181
<WebDeploymentPackageVersion>4.0.5</WebDeploymentPackageVersion>
82-
<SystemCommandLineVersion>2.0.0-beta4.24517.1</SystemCommandLineVersion>
83-
<SystemCommandLineRenderingVersion>0.4.0-alpha.24517.1</SystemCommandLineRenderingVersion>
82+
<SystemCommandLineVersion>2.0.0-beta4.24528.1</SystemCommandLineVersion>
83+
<SystemCommandLineRenderingVersion>0.4.0-alpha.24528.1</SystemCommandLineRenderingVersion>
8484
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24427.4</MicrosoftDeploymentDotNetReleasesVersion>
8585
<MicrosoftDiaSymReaderVersion>2.2.0-beta.24515.1</MicrosoftDiaSymReaderVersion>
8686
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>

0 commit comments

Comments
 (0)