2016-04-17 08:42:36 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-27 18:12:45 +00:00
|
|
|
"version": "1.0.0-rc3-004324"
|
2016-04-17 08:42:36 +00:00
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Newtonsoft.Json": "7.0.1",
|
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
2016-04-17 08:42:36 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-04-17 17:04:12 +00:00
|
|
|
}
|