20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
"dependencies": {
|
|
"ProjectG": {
|
|
"target": "project",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {}
|
|
}
|
|
}
|