Skip to content

Instantly share code, notes, and snippets.

@NVentimiglia
Last active July 3, 2016 23:26
Show Gist options
  • Save NVentimiglia/37bc4dae246608856f6d2036fea86d23 to your computer and use it in GitHub Desktop.
Save NVentimiglia/37bc4dae246608856f6d2036fea86d23 to your computer and use it in GitHub Desktop.
{
"version": "1.0.0-*",
"authors": [ "Nicholas Ventimiglia" ],
"title": "Signal Message Queue",
"description": "High fidelity networking : UDP / TCP / WS with Binary messages",
"copyright": "http://nicholasventimiglia.com",
"buildOptions": {
"allowUnsafe": true,
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1",
"System.Diagnostics.Process": "4.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0",
"System.AppDomain": "2.0.11",
"System.Threading.Tasks.Extensions": "4.0.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"SignalMQ.Server": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "dnxcore50", "netstandard1.6" ]
}
}
}
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"NuGet.CommandLine": "3.4.3"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}
{
"version": "1.0.0-*",
"authors": [ "Nicholas Ventimiglia" ],
"title": "Signal Message Queue",
"description": "High fidelity networking : UDP / TCP / WS with Binary messages",
"copyright": "http://nicholasventimiglia.com",
"dependencies": {
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1",
"System.Diagnostics.Process": "4.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0",
"System.Threading.Tasks.Extensions": "4.0.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
},
"buildOptions": {
"allowUnsafe": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment