Skip to content

Commit

Permalink
fix typo ".fproj" -> ".fsproj" (#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
psyarhei authored Mar 12, 2024
1 parent 23851a6 commit 895121f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<PropertyGroup>` 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 `<PropertyGroup>` tag. Use your own values for name and company, and replace the package identifier with a unique value.

```xml
<PackageId>Contoso.08.28.22.001.Test</PackageId>
Expand Down

0 comments on commit 895121f

Please sign in to comment.