Visual Studio - 创建 Class 面向 .Net Core 的库

Visual Studio - Create Class library targeting .Net Core

如何在 visual studio 2015 年创建一个针对 .Net Core 的 class 库?
我发现这个入门“guide”,它展示了如何使用 dotnet 命令行工具创建一个新的 .Net Core 项目。
我是否需要根据生成的文件以某种方式创建 VS 项目手册 (project.json…)?
有没有一种方法可以在不使用“dotnet”工具的情况下在 VS 中创建 .Net Core DLL?

对于 .net Core RC 2 如果你已经安装了 tools then you can simply go: File -> Visual C# -> New project -> .Net Core using visual studio. I am currently working on a guide to get started with these kind of projects here 如果你想要那么看