Nuget Packages Nuspec Package Reference Updater

Nuget Packages are add-ons that can be used inside .Net applications and extend your development experience with functionality
They are written with standard .Net Technology and can be Libraries or MS Build Extensions or Tools.

Nuspec Package Reference Updater

This package provides an MSBuild component for .NET Core projects that automatically keeps your .nuspec file dependencies in sync with your project's current PackageReference entries.

Instead of manually copying dependencies from your .csproj files into your .nuspec file, this tool handles it for you. Whenever you add or update a PackageReference in your .NET Core project, the MSBuild task will automatically update the corresponding dependencies in your .nuspec file.

This makes sure that your nuspec files stay up to date.

Note: This tool is for .NET Core projects only.



You can find a video of how to use this Nuget Package here.

For more details on how to install and configure this extension click here.