This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Microsoft.Framework.Cache.Distributed
Microsoft.Framework.Cache.Memory
Microsoft.Framework.Cache.Redis Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-*" ,
3+ "description" : " ASP.NET 5 session state middleware." ,
34 "dependencies" : {
45 "Microsoft.AspNet.Http" : " 1.0.0-*" ,
56 "Microsoft.AspNet.Http.Extensions" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-*" ,
3+ "description" : " ASP.NET 5 distributed cache abstractions." ,
34 "dependencies" : {
45 "Microsoft.Framework.Cache.Memory" : " 1.0.0-*" ,
56 "Microsoft.Framework.Runtime.Interfaces" : " 1.0.0-*"
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-*" ,
3+ "description" : " ASP.NET 5 in memory cache abstractions and implementation." ,
34 "dependencies" : {
45 "Microsoft.Framework.OptionsModel" : " 1.0.0-*" ,
56 "Microsoft.Framework.Runtime.Interfaces" : " 1.0.0-*"
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-*" ,
3+ "description" : " ASP.NET 5 distributed cache implementation on Redis." ,
34 "dependencies" : {
45 "Microsoft.Framework.Cache.Distributed" : " 1.0.0-*" ,
56 "StackExchange.Redis" : " 1.0.333"
You can’t perform that action at this time.
0 commit comments