Skip to content

Commit 895121f

Browse files
authored
fix typo ".fproj" -> ".fsproj" (#3258)
1 parent 23851a6 commit 895121f

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
@@ -31,7 +31,7 @@ For more information, see [dotnet new](/dotnet/core/tools/dotnet-new).
3131

3232
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.
3333

34-
Open the *.csproj*, *.fproj*, or *.vbproj* project file, and add the following properties inside the existing `<PropertyGroup>` tag. Use your own values for name and company, and replace the package identifier with a unique value.
34+
Open the *.csproj*, *.fsproj*, or *.vbproj* project file, and add the following properties inside the existing `<PropertyGroup>` tag. Use your own values for name and company, and replace the package identifier with a unique value.
3535

3636
```xml
3737
<PackageId>Contoso.08.28.22.001.Test</PackageId>

0 commit comments

Comments
 (0)