2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-01-12 23:02:26 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"dependencies": {
|
2016-01-14 22:52:19 +00:00
|
|
|
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
|
2016-01-24 09:04:39 +00:00
|
|
|
"Newtonsoft.Json": "6.0.0"
|
2016-01-12 23:02:26 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-14 22:52:19 +00:00
|
|
|
"net451": { },
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports" : "portable-net45+wp80+win8",
|
|
|
|
"dependencies": {
|
2016-01-28 00:03:00 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23727"
|
2016-01-14 22:52:19 +00:00
|
|
|
}
|
|
|
|
}
|
2016-01-12 23:02:26 +00:00
|
|
|
}
|
|
|
|
}
|