PowerShell/test/csharp/project.json

23 lines
449 B
JSON
Raw Normal View History

2015-11-24 02:01:30 +01:00
{
"name": "powershell-tests",
"version": "1.0.0-*",
"description": "PowerShell On Linux xUnit Tests",
2015-11-24 02:01:30 +01:00
"authors": [ "andschwa" ],
"dependencies": {
"Microsoft.PowerShell.Host": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [ "dnxcore50", "portable-net45+win8" ],
"dependencies": {
"xunit": "2.1.0",
2016-03-31 21:33:44 +02:00
"dotnet-test-xunit": "1.0.0-dev-79755-47"
}
}
2015-11-24 02:01:30 +01:00
},
"testRunner": "xunit"
2015-11-24 02:01:30 +01:00
}