Added Microsoft.AspNet.Testing.Logging to test project.

- Reacting to Logging changes and corresponding Testing changes.
This commit is contained in:
N. Taylor Mullen 2015-02-24 14:30:13 -08:00
parent 7df56f6d2d
commit 8f1ab39f6c
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.TestHost;
using Microsoft.AspNet.Testing.Logging;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Logging;
using Xunit;

View File

@ -3,6 +3,7 @@
"Microsoft.AspNet.Session": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.AspNet.Testing.Logging": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"commands": {