NullLogger moved location

This commit is contained in:
Brennan 2015-02-26 18:16:37 -08:00
parent bf41335689
commit 3260787f2b
2 changed files with 2 additions and 1 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.Framework.Logging;
using Microsoft.AspNet.Testing.Logging;
using Xunit;
namespace Microsoft.AspNet.StaticFiles

View File

@ -4,6 +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-*",
"xunit.runner.kre": "1.0.0-*"
},
"commands": {