Dotnet Core中的参考问题

时间:2017-03-09 13:08:59

标签: .net asp.net-core

我是dot net core的新手,我使用asp.net核心创建了一个web项目。我在向另一个项目添加项目引用时遇到问题。 当我使用命令提示符运行我的项目时,它正在成功运行,但是当我使用Visual Studio运行相同的项目时,它正在提供引用错误(即无法找到命名空间)。 我的project.json文件的引用是:

"dependencies": {
  "Microsoft.AspNetCore.TestHost": "1.0.0",
  "dotnet-test-nunit": "3.4.0-beta-2",
  "Microsoft.NETCore.App": {
    "type": "platform",
    "version": "1.0.1"
  },
  "Moq": "4.6.38-alpha",
  "NUnit": "3.5.0",

“SchedulerService”:{“target”:“project”}     },

请帮助我。VS issue

enter image description here

[参考][2] enter image description here

0 个答案:

没有答案
相关问题