React to Caching package rename

Dependent on https://github.com/aspnet/Caching/pull/49/files
This commit is contained in:
Praburaj 2015-03-11 17:28:30 -07:00
parent 36de6b99a9
commit eb73ad64fd
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Authentication; using Microsoft.AspNet.Authentication;
using Microsoft.AspNet.Authentication.Cookies.Infrastructure; using Microsoft.AspNet.Authentication.Cookies.Infrastructure;
using Microsoft.Framework.Cache.Memory; using Microsoft.Framework.Caching.Memory;
namespace CookieSessionSample namespace CookieSessionSample
{ {

View File

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.Framework.Cache.Memory": "1.0.0-*", "Microsoft.Framework.Caching.Memory": "1.0.0-*",
"Kestrel": "1.0.0-*", "Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*" "Microsoft.AspNet.Server.IIS": "1.0.0-*"
}, },