1aac8fb643
if the package name is different from the dll name Addresses #2592
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"compilationOptions": {
|
|
"outputName": "MyApp",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": { }
|
|
}
|
|
}
|