Created
June 26, 2016 16:18
-
-
Save NVentimiglia/0a8a4052a08256dceaa3d726b71190de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Signaling Server Demo", | |
"copyright": "http://NicholasVentimiglia.com", | |
"description": "Signaling Server Demo", | |
"version": "1.0.0-*", | |
"buildOptions": { | |
"emitEntryPoint": true | |
}, | |
"dependencies": { | |
"Microsoft.NETCore.App": { | |
"type": "platform", | |
"version": "1.0.0-rc2-3002702" | |
}, | |
"NETStandard.Library": "1.5.0-rc2-24027", | |
"Signaling.Server": "1.0.0-*", | |
"Signaling.Server.Udp": "1.0.0-*", | |
"Signaling.Server.Ws": "1.0.0-*" | |
}, | |
"frameworks": { | |
"netcoreapp1.0": { | |
"imports": "dnxcore50" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Signaling Server", | |
"copyright": "http://NicholasVentimiglia.com", | |
"description": "High fidelity game server. TCP or UDP. Binary or Json.", | |
"version": "1.0.0-*", | |
"dependencies": { | |
"NETStandard.Library": "1.5.0-rc2-24027", | |
"Newtonsoft.Json": "9.0.1-beta1", | |
"System.Buffers": "4.0.0-*", | |
"System.Numerics.Vectors": "4.1.1-*" | |
}, | |
"frameworks": { | |
"netstandard1.5": { | |
"imports": "dnxcore50" | |
} | |
}, | |
"buildOptions": { | |
"allowUnsafe": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment