2016-04-08 22:33:32 +00:00
|
|
|
{
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-04-08 22:33:32 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-04-08 22:33:32 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-16 22:30:53 +00:00
|
|
|
"version": "1.0.0-rc3-004306"
|
2016-04-08 22:33:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"dotnet-dependency-context-test": {
|
2016-05-13 02:03:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
2016-04-08 22:33:32 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-13 02:03:08 +00:00
|
|
|
}
|