2016-04-17 01:42:36 -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-04-17 01:42:36 -07:00
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-06-13 15:06:18 -07:00
|
|
|
"Newtonsoft.Json": "9.0.1",
|
2016-04-17 01:42:36 -07:00
|
|
|
"dotnet": {
|
|
|
|
"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-17 01:42:36 -07:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-04-17 10:04:12 -07:00
|
|
|
}
|