I'm working on a releasing an open-source Nuget package for the first time with the Visual Studio 2015 Community edition (previously using 2012). Every reference for strong-name signing says that getting the interface to select my signing key is easy:
- In Solution Explorer, open the shortcut menu for the project, and then choose Properties.
- Choose the Signing tab.
The problem is that of an ignorance and abasement...I can't get to this tab! Did the location change between these two versions? Below is what I get when looking at my Project Properties interface.
Have tried opening with admin permissions, have tried making a (foolishly naiive) edit to my project.json
file to specify compilationOptions->keyFile
as a get. None of this seems to work.
It looks like your Project is an Application Project and not a Class Library Project.