From 895121f052f25659aa698240cf48e4dfd63c6024 Mon Sep 17 00:00:00 2001 From: Sergei Petrashko <43956921+sergeipetrashko8@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:22:24 +0100 Subject: [PATCH] fix typo ".fproj" -> ".fsproj" (#3258) --- .../create-and-publish-a-package-using-the-dotnet-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/create-and-publish-a-package-using-the-dotnet-cli.md b/docs/quickstart/create-and-publish-a-package-using-the-dotnet-cli.md index 89fb61e3e..b8c2d0d07 100644 --- a/docs/quickstart/create-and-publish-a-package-using-the-dotnet-cli.md +++ b/docs/quickstart/create-and-publish-a-package-using-the-dotnet-cli.md @@ -31,7 +31,7 @@ For more information, see [dotnet new](/dotnet/core/tools/dotnet-new). Every NuGet package has a manifest that describes the package's contents and dependencies. In the final package, the manifest is a *.nuspec* file, which uses the NuGet metadata properties you include in the project file. -Open the *.csproj*, *.fproj*, or *.vbproj* project file, and add the following properties inside the existing `` tag. Use your own values for name and company, and replace the package identifier with a unique value. +Open the *.csproj*, *.fsproj*, or *.vbproj* project file, and add the following properties inside the existing `` tag. Use your own values for name and company, and replace the package identifier with a unique value. ```xml Contoso.08.28.22.001.Test