13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"compilationOptions": {
|
|
"outputName": "MyApp",
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": { }
|
|
}
|
|
}
|