28 lines
483 B
JSON
28 lines
483 B
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tools": {
|
|
"dotnet-dependency-context-test": {
|
|
"version": "1.0.0-*",
|
|
"imports": [
|
|
"dnxcore50"
|
|
]
|
|
}
|
|
}
|
|
}
|