20 lines
360 B
JSON
20 lines
360 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NetCore.App": {
|
|
"version": "1.1.0",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net20": {},
|
|
"net35": {},
|
|
"net40": {},
|
|
"net461": {}
|
|
}
|
|
}
|