21 lines
384 B
Plaintext
Executable File
21 lines
384 B
Plaintext
Executable File
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
},
|
|
"RabbitMQ.Client": "5.0.*"
|
|
},
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|