{ "version": "0.1.0-*", "description": "Components for providing real-time bi-directional communication across the Web.", "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": { "System.Threading.Tasks.Channels": "0.1.0-*", "System.Security.Claims": "4.4.0-*", "System.Reflection.TypeExtensions": "4.4.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*", "Microsoft.AspNetCore.Routing": "1.2.0-*", "Microsoft.AspNetCore.WebSockets.Internal": "0.1.0-*", "Microsoft.Extensions.TaskCache.Sources": { "version": "1.2.0-*", "type": "build" }, "NETStandard.Library": "1.6.2-*" }, "frameworks": { "netstandard1.3": {} } }