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-*",
|
|
|
|
|
"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": {
|
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23704"
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-01-12 23:02:26 +00:00
|
|
|
|
}
|
|
|
|
|
}
|