PowerShell/test/csharp/project.json
2016-03-03 17:02:07 -08:00

23 lines
493 B
JSON

{
"name": "powershell-tests",
"version": "1.0.0-*",
"description": "PowerShell On Linux xUnit Tests",
"authors": [ "andschwa" ],
"dependencies": {
"Microsoft.PowerShell.Linux.Host": "1.0.0-*",
"System.IO.Compression": "4.0.1-rc3-23903"
},
"frameworks": {
"dnxcore50": {
"imports": [ "netstandardapp1.5", "portable-net45+win8" ],
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-*"
}
}
},
"testRunner": "xunit"
}