Logging.Testing namespace change

This commit is contained in:
Brennan 2015-03-06 09:49:07 -08:00
parent d6f3c05281
commit e738bd467d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ using Microsoft.AspNet.FileProviders;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
using Microsoft.Framework.Expiration.Interfaces;
using Microsoft.AspNet.Testing.Logging;
using Microsoft.Framework.Logging.Testing;
using Xunit;
namespace Microsoft.AspNet.StaticFiles

View File

@ -4,7 +4,7 @@
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.AspNet.Testing.Logging": "1.0.0-*",
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"commands": {