2016-04-17 01:42:36 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
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"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 14:53:18 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
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
|
|
|
}
|