Skip to content

Commit 085a724

Browse files
authored
Update link to msbuild pack properties (#3267)
1 parent 8740143 commit 085a724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/create-and-publish-a-package-using-the-dotnet-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Open the *.csproj*, *.fsproj*, or *.vbproj* project file, and add the following
4343
> [!Important]
4444
> The package identifier must be unique across nuget.org and other package sources. Publishing makes the package publicly visible, so if you use the example AppLogger library or other test library, use a unique name that includes `Sample` or `Test`.
4545
46-
You can add any optional properties described in [NuGet metadata properties](/dotnet/core/tools/csproj#nuget-metadata-properties).
46+
You can add any optional properties described in [NuGet metadata properties](../reference/msbuild-targets.md#pack-target).
4747

4848
> [!Note]
4949
> For packages you build for public consumption, pay special attention to the `PackageTags` property. Tags help others find your package and understand what it does.

0 commit comments

Comments
 (0)