{ "version": "1.0.0-*", "description": "Redis for ASP.NET Core SignalR.", "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": { "Microsoft.AspNetCore.SignalR": { "target": "project" }, "Microsoft.Extensions.TaskCache.Sources": { "version": "1.2.0-*", "type": "build" }, "NETStandard.Library": "1.6.1-*", "StackExchange.Redis.StrongName": "1.1.605" }, "frameworks": { "netstandard1.6": {}, "net451": {} } }