Not able to use XUnit for unit tests in ASP.NET VNext and Visual Studio 2015 RC
问题 I created a a Visual Studio 2015 RC solution as follows: Project global.json Source MvcProject MvcProject.Test MvcProject.Test is a class library where I created a Test. The global.json file has the following: { "projects": [ "Source" ], "sdk": { "version": "1.0.0-beta4" } } And project.json in MvcProject.Test is: { "compilationOptions": { "warningsAsErrors": true }, "dependencies": { "Microsoft.AspNet.Mvc": "6.0.0-*", "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "commands": { "test": "xunit