How to create nuget package from project: 1. Check properties from Directory.Build.props. Increase version 2. Check properties from project. Right click on project -> Properties -> Package 3. Select Release for build 4. Right click on project -> Pack 5. Search for package in bin/Release folder. Ex: Netmash.Hosting.WindowsService.1.0.0.nupkg 6. Push the package 6.1 Open a console in package folder and run "dotnet nuget push -k -s " 6.2 Ex: dotnet nuget push Netmash.Hosting.WindowsService.1.0.0.nupkg -k key -s http:///nuget