Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit eb73ad6

Browse files
author
Praburaj
committed
React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
1 parent 36de6b9 commit eb73ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/CookieSessionSample/MemoryCacheSessionStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Threading.Tasks;
33
using Microsoft.AspNet.Authentication;
44
using Microsoft.AspNet.Authentication.Cookies.Infrastructure;
5-
using Microsoft.Framework.Cache.Memory;
5+
using Microsoft.Framework.Caching.Memory;
66

77
namespace CookieSessionSample
88
{

samples/CookieSessionSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
44
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
5-
"Microsoft.Framework.Cache.Memory": "1.0.0-*",
5+
"Microsoft.Framework.Caching.Memory": "1.0.0-*",
66
"Kestrel": "1.0.0-*",
77
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
88
},

0 commit comments

Comments
 (0)