Remove xUnit reference from csharp/project.json

Currently fails to restore, working on prototype.
This commit is contained in:
Andrew Schwartzmeyer 2016-01-20 10:14:44 -08:00
parent 2bcf57c147
commit ae9c58e3e3

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"description": "PowerShell On Linux xUnit Tests",
"description": "INCOMPLETE: PowerShell On Linux xUnit Tests",
"authors": [ "andschwa" ],
"dependencies": {
@ -9,8 +9,6 @@
"type": "build",
"version": "1.0.0-*"
},
"xunit": "2.1.0-*",
"xunit.runner.dnx": "2.1.0-*"
},
"frameworks": { "dnxcore50": { } }