VS 2017 .Net Core项目模板

时间:2019-02-12 15:56:28

标签: .net-core

我正在关注一篇文章:

enter image description here

我正在尝试创建5个项目解决方案(注意:作者未解释他如何创建解决方案/项目)。 1个项目是.Net Core / ASP.NET Core Web应用程序。其他四个类似于“类库”项目,但是当我尝试创建它们时,我似乎找不到正确的项目模板。这4个项目有一个properties and reference文件夹(还有1个有app.config文件)。

https://www.c-sharpcorner.com/article/angular-7-project-with-asp-net-core-apis-gym-project/

我尝试使用.Net Core / Class Library(.Net Core)模板,但是,它仅在项目中创建Class and Dependencies文件夹。

enter image description here

enter image description here

我使用什么.net核心模板?

1 个答案:

答案 0 :(得分:0)

您拥有正确的模板。它是“类库(.NET Core)”。可以将“属性”添加为新文件夹(该图标仅用于具有该名称的文件夹)。添加新项时,app.config和Properties / AssemblyInfo.cs具有类型(请参见图片)。并且只有在项目具有依赖项时,才添加引用部分(右键单击Dependencies-> Add References ..)。

New item file types for app.config and assembly info