简体   繁体   中英

Visual Studio - Create Class library targeting .Net Core

How do I create a class library targeting .Net Core in visual studio 2015?
I found this getting started “ guide ”, which shows how to create a new .Net Core project using the dotnet command line tool.
Do I need to create somehow a VS project manual based on the generated files ( project.json …)?
Is there a way to create a .Net Core DLL inside of VS without using the “dotnet” tool?

For .net Core RC 2 if you have installed the 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 if you want so see

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM