2016-04-18 10:51:32 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 09:52:35 -07:00
|
|
|
"version": "1.0.1"
|
2016-05-26 13:11:22 -05:00
|
|
|
},
|
2016-04-18 10:51:32 -07:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-08-09 14:26:14 -07:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-08-23 13:12:00 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49"
|
2016-04-18 10:51:32 -07:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-03 11:49:00 -07:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
2016-04-18 10:51:32 -07:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|