Automatically Sync nupkg and project.json Dependencies
Recently while working on an open source .NET project,
I forgot to update the .nuspec
after changing a package
dependency in my project.json
. Of course the resulting nupkg
contained the wrong dependency. Fortunately, the package
wasn't published in that state, but I didn't want to risk such a thing …