From e927dd6924cbbff48a5db149e5d4aab905c67785 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 25 Aug 2016 11:45:19 -0700 Subject: [PATCH] More old code --- .../Deployers/ApplicationDeployer.cs | 1 - src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs index fdf9bdcc55..ac0f43ec58 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs @@ -5,7 +5,6 @@ using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; -using System.Runtime.InteropServices; using System.Threading; using Microsoft.Extensions.Internal; using Microsoft.Extensions.Logging; diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json b/src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json index 444196ce15..ce696fd97f 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json @@ -25,7 +25,6 @@ ] }, "dependencies": { - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",