rabbitmq-tutorials/dotnet/Receiver
2017-07-24 17:00:03 +01:00

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"
}
}
}