{ "version": "1.0.0-*", "description": "Common serialiation primitives for SignalR Clients Servers", "packOptions": { "repository": { "type": "git", "url": "git://github.com/aspnet/signalr" }, "tags": [ "aspnetcore", "signalr" ] }, "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "dependencies": { "NETStandard.Library": "1.6.2-*", "Microsoft.Extensions.TaskCache.Sources": { "version": "1.2.0-*", "type": "build" }, "Newtonsoft.Json": "9.0.1" }, "frameworks": { "netstandard1.3": {} } }