Skip to content

Commit 122ce81

Browse files
committed
Refresh article
1 parent 95df795 commit 122ce81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/includes/install-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Behaviors can vary slightly based on your operating system distribution.
4646
1. Create an alias by adding the following code to the file that your operating system uses to store Bash aliases or configuration information. Typically, the *~/.bash_aliases* or *~/.bash_profile* file is used for this purpose.
4747

4848
```bash
49-
# Create as alias for `nuget`.
49+
# Create an alias for `nuget`.
5050
alias nuget="mono /usr/local/bin/nuget.exe"
5151
```
5252

docs/install-nuget-client-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can also install the Package Manager separately or verify your installation.
6969

7070
You can use either the dotnet CLI or the `nuget.exe` CLI to support NuGet features in the Visual Studio IDE. The dotnet CLI is installed with some Visual Studio workloads, such as .NET. The `nuget.exe` CLI must be installed separately as described earlier. For a feature comparison of the tools, see the [Feature availability](#feature-availability) section.
7171

72-
- To target .NET or .NET Standard, use the dotnet SDK CLI tool. This CLI is required for the SDK-style project format, which uses the [SDK attribute](/dotnet/core/project-sdk/overview#project-files).
72+
- To target .NET or .NET Standard, use the dotnet SDK CLI tool. This CLI is required for the SDK-style project format, which uses the [`SDK` attribute](/dotnet/core/project-sdk/overview#project-files).
7373

7474
- To target .NET Framework (non-SDK-style projects only), use the `nuget.exe` CLI tool. If the project is migrated from the `packages.config` format to `PackageReference`, use the dotnet SDK CLI tool instead.
7575

0 commit comments

Comments
 (0)