{ "version": "0.1.0-*", "description": "Managed web socket protocol parser.", "repository": { "type": "git", "url": "git://github.com/aspnet/websockets" }, "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "frameworks": { "net451": {}, "dotnet5.4": { "dependencies": { "System.Diagnostics.Contracts": "4.0.1-*", "System.IO": "4.1.0-*", "System.Linq": "4.1.0-*", "System.Net.WebSockets": "4.0.0-*", "System.Runtime.InteropServices": "4.1.0-*", "System.Runtime.Extensions": "4.1.0-*", "System.Security.Cryptography.Algorithms": "4.0.0-*", "System.Text.Encoding.Extensions": "4.0.11-*", "System.Threading": "4.0.11-*", "System.Threading.Tasks": "4.0.11-*", "System.Threading.Timer": "4.0.1-*" } } } }