Skip to content

Commit e204b05

Browse files
committed
minor edits
1 parent e4d9dab commit e204b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/create-packages/Creating-a-Package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ No matter what your package does or what code it contains, you use one of the Nu
1313

1414
- For .NET Core and .NET Standard projects that use the SDK-style format ([SDK attribute](/dotnet/core/tools/csproj#additions), NuGet uses information in the project file directly to create a package. For details, see [Create .NET Standard Packages with Visual Studio 2017](../quickstart/create-and-publish-a-package-using-visual-studio.md) and [NuGet pack and restore as MSBuild targets](../reference/msbuild-targets.md).
1515

16-
- For non-SDK-style projects, follow the tasks described in this article to create a package.
16+
- For non-SDK-style projects, follow the steps described in this article to create a package.
1717

1818
- For projects migrated from `packages.config` to [PackageReference](../consume-packages/package-references-in-project-files.md), use [msbuild pack](../reference/migrate-packages-config-to-package-reference#create-a-package-after-migration.md).
1919

docs/quickstart/create-and-publish-a-package-using-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It's a simple process to create a NuGet package from a .NET Standard Class Libra
2222

2323
* For the `dotnet` CLI, install the [.NET Core SDK](https://www.microsoft.com/net/download/). The dotnet CLI is required for .NET Standard projects that use the SDK-style format (SDK attribute).
2424

25-
* For the `nuget.exe` CLI, download it from [nuget.org](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe), saving the `.exe` file to a suitable folder, and adding that folder to your PATH environment variable. The nuget.exe CLI is used for .NET Standard libraries in the legacy project format (`project.json`).
25+
* For the `nuget.exe` CLI, download it from [nuget.org](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe), saving the `.exe` file to a suitable folder, and adding that folder to your PATH environment variable. The nuget.exe CLI is used for .NET Standard libraries in the non-SDK-style format.
2626

2727
1. [Register for a free account on nuget.org](https://www.nuget.org/users/account/LogOn?returnUrl=%2F) if you don't have one already. Creating a new account sends a confirmation email. You must confirm the account before you can upload a package.
2828

0 commit comments

Comments
 (0)