找不到签名界面 - Visual Studio 2015 社区版

Can't find Signing Interface - Visual Studio 2015 Community Edition

我正致力于首次使用 Visual Studio 2015 社区版(之前使用 2012)发布开源 Nuget 包。每个强名称签名的参考资料都说获取 select 我的签名密钥的接口很容易:

  1. In Solution Explorer, open the shortcut menu for the project, and then choose Properties.
  2. Choose the Signing tab.

From MSDN: "How to: Sign an Assembly with a Strong Name"

问题在于无知和自卑……我无法进入此选项卡!这两个版本之间的位置是否发生了变化?下面是我在查看项目属性界面时得到的结果。

已尝试以管理员权限打开,已尝试对我的 project.json 文件进行(愚蠢的天真)编辑以将 compilationOptions->keyFile 指定为 get。 None 这似乎有效。

看起来您的项目是应用程序项目而不是 Class 库项目。