JetBrains Rider 2021.1 Help

Create NuGet Packages

.NET Core projects

You can quickly create a NuGet package for your .NET Core or .NET Standard project — right-click the project in the Solution Explorer and choose Advanced Build Actions | Pack Selected Project from context menu. JetBrains Rider will create NuGet packages using the dotnet pack command.

Optionally, you can integrate creating a NuGet package for a project into the project build. To configure this and other NuGet preferences, right-click your .NET Core or .NET Standard project in the solution explorer, choose Properties and then select NuGet in the project properties dialog.

JetBrains Rider: Configuring NuGet properties for a .NET Core project

.NET projects targeting .NET Framework

JetBrains Rider does not provide any tools for creating NuGet packages for traditional .NET projects. As soon as you build an assembly from your .NET project, you can use tools such as NuGet Package Explorer or create packages from the command line as described on the Microsoft website.

Last modified: 08 March 2021