19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
|
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.1": { }
|
|
}
|
|
} |