安装了.NET Core 1.0,但在VS 2015中project.json的智能提示没有出现.NET Core 1.0的nuget包。
在NuGet.Config中将
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
改为
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3"/>