2016-09-09 17:24:24 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
|
|
|
"debugType": "portable"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-22 18:40:47 +01:00
|
|
|
|
2016-09-09 17:24:24 -07:00
|
|
|
},
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|