2016-05-08 21:20:34 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-05-08 21:20:34 +00:00
|
|
|
"emitEntryPoint": false
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dotnet-desktop-and-portable": "1.0.0-*"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandard1.5": {
|
|
|
|
"dependencies": {
|
2016-05-27 18:12:45 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc3-24127-00"
|
2016-05-08 21:20:34 +00:00
|
|
|
},
|
|
|
|
"imports": [
|
|
|
|
"portable-net45+win8",
|
|
|
|
"dnxcore50",
|
|
|
|
"netcoreapp1.0"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"net451": {}
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"dotnet-dependency-tool-invoker": {
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-05-24 00:04:20 +00:00
|
|
|
}
|