2016-04-08 15:33:32 -07:00
|
|
|
{
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
2016-04-08 15:33:32 -07:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2016-04-12 17:29:07 -07:00
|
|
|
"netcoreapp1.0": {
|
2016-04-08 15:33:32 -07:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-04-08 15:33:32 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"dotnet-dependency-context-test": {
|
2016-05-12 19:03:08 -07:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
2016-04-08 15:33:32 -07:00
|
|
|
}
|
|
|
|
}
|
2016-05-26 13:11:22 -05:00
|
|
|
}
|