July 2017
Beginner
466 pages
9h 37m
English
Once your project is ready, you need to edit the metadata for the NuGet package. With NuGet 4.0 and .NET Core projects, you don't need to create any NuGet Spec (.nuspec) files. Instead of that, you can edit the project file itself and edit the metadata content.
To get started, right-click on the project in Solution Explorer and click the Edit <ProjectName> menu item (in our case, it's Edit NuGetDemoStandardLibrary.csproj), as shown in the following screenshot:

Visual Studio 2017 will open the project in an editor with the following XML content, where the PropertyGroup defines the metadata information:
Read now
Unlock full access