Skip to content

Commit

Permalink
Merge pull request #28410 from dotnet/darc-release/7.0.1xx-3f349741-b…
Browse files Browse the repository at this point in the history
…c99-40f0-96ec-3f9f86d2f41c

[release/7.0.1xx] Update dependencies from dotnet/command-line-api
  • Loading branch information
v-wuzhai authored Oct 11, 2022
2 parents 047029f + 0550aba commit abcc883
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@
<Sha>846a766f73caa82608db6fee9f2860004298449f</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22402.1">
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22504.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
<Sha>4b605851d45131db2374ba711f2443040521d702</Sha>
<Sha>c776cd4e906b669b9cce1017fee7d0ba9845d163</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.340201">
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.350401">
<Uri>https://github.com/dotnet/command-line-api</Uri>
<Sha>4b605851d45131db2374ba711f2443040521d702</Sha>
<Sha>c776cd4e906b669b9cce1017fee7d0ba9845d163</Sha>
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="7.0.0-alpha.1.22505.1">
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<SystemTextJsonVersion>6.0.0</SystemTextJsonVersion>
<SystemReflectionMetadataLoadContextVersion>7.0.0-rtm.22507.1</SystemReflectionMetadataLoadContextVersion>
<SystemManagementPackageVersion>4.6.0</SystemManagementPackageVersion>
<SystemCommandLineVersion>2.0.0-beta4.22402.1</SystemCommandLineVersion>
<SystemCommandLineVersion>2.0.0-beta4.22504.1</SystemCommandLineVersion>
<MicrosoftDeploymentDotNetReleasesVersion>1.0.0-preview5.1.22263.1</MicrosoftDeploymentDotNetReleasesVersion>
<MicrosoftVisualStudioSetupConfigurationInteropVersion>3.0.4496</MicrosoftVisualStudioSetupConfigurationInteropVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Installs a template package.

Usage:
dotnet new install [<package>...] [options]
dotnet new install <package>... [options]

Arguments:
<package> NuGet package ID or path to folder or NuGet package to install.
Expand Down

0 comments on commit abcc883

Please sign in to comment.