Remove Mvc dependency from Diagnostics

This commit is contained in:
Pranav K 2016-03-03 06:34:49 -08:00
parent 0ae7fd0a93
commit fba3641a6b
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ using System.IO;
using System.Net.Http;
using System.Reflection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.TestHost;
using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.DependencyInjection;

View File

@ -5,7 +5,6 @@
"ElmPageSample": "1.0.0",
"ExceptionHandlerSample": "1.0.0",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",