Skip to content

Commit abcc883

Browse files
authored
Merge pull request #28410 from dotnet/darc-release/7.0.1xx-3f349741-bc99-40f0-96ec-3f9f86d2f41c
[release/7.0.1xx] Update dependencies from dotnet/command-line-api
2 parents 047029f + 0550aba commit abcc883

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@
255255
<Sha>846a766f73caa82608db6fee9f2860004298449f</Sha>
256256
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
257257
</Dependency>
258-
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22402.1">
258+
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22504.1">
259259
<Uri>https://github.com/dotnet/command-line-api</Uri>
260-
<Sha>4b605851d45131db2374ba711f2443040521d702</Sha>
260+
<Sha>c776cd4e906b669b9cce1017fee7d0ba9845d163</Sha>
261261
</Dependency>
262-
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.340201">
262+
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.350401">
263263
<Uri>https://github.com/dotnet/command-line-api</Uri>
264-
<Sha>4b605851d45131db2374ba711f2443040521d702</Sha>
264+
<Sha>c776cd4e906b669b9cce1017fee7d0ba9845d163</Sha>
265265
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
266266
</Dependency>
267267
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="7.0.0-alpha.1.22505.1">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<SystemTextJsonVersion>6.0.0</SystemTextJsonVersion>
4444
<SystemReflectionMetadataLoadContextVersion>7.0.0-rtm.22507.1</SystemReflectionMetadataLoadContextVersion>
4545
<SystemManagementPackageVersion>4.6.0</SystemManagementPackageVersion>
46-
<SystemCommandLineVersion>2.0.0-beta4.22402.1</SystemCommandLineVersion>
46+
<SystemCommandLineVersion>2.0.0-beta4.22504.1</SystemCommandLineVersion>
4747
<MicrosoftDeploymentDotNetReleasesVersion>1.0.0-preview5.1.22263.1</MicrosoftDeploymentDotNetReleasesVersion>
4848
<MicrosoftVisualStudioSetupConfigurationInteropVersion>3.0.4496</MicrosoftVisualStudioSetupConfigurationInteropVersion>
4949
</PropertyGroup>

src/Tests/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelp_Install_common.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installs a template package.
33

44
Usage:
5-
dotnet new install [<package>...] [options]
5+
dotnet new install <package>... [options]
66

77
Arguments:
88
<package> NuGet package ID or path to folder or NuGet package to install.

0 commit comments

Comments
 (0)