标签: c# asp.net-core .net-core
我创建了asp net core项目。 如何在项目中添加类库以及在何处添加对它的引用。
以下是附图中项目的一瞥
enter image description here
答案 0 :(得分:4)
您可以像这样添加类库引用 -
"frameworks": { "net461": { "dependencies": { "ClassLibrary1": { "target": "project" } } } }
看看这是否有帮助。