19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"TwoTargetLargeP4" : {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-*"
|
|
},
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": { },
|
|
"netstandard1.5": { }
|
|
}
|
|
}
|