From e009959220a1721b94c34da89e59aa9776be1a2f Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Mon, 4 May 2015 14:45:43 -0700 Subject: [PATCH] React to Caching api changes --- .../Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs b/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs index 63ff2152a0..b749353798 100644 --- a/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs +++ b/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs @@ -6,7 +6,7 @@ using System.Collections.Generic; using System.IO; using Microsoft.AspNet.FileProviders; using Microsoft.AspNet.Http; -using Microsoft.Framework.Expiration.Interfaces; +using Microsoft.Framework.Caching; using Microsoft.Framework.Logging.Testing; using Xunit;