Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2022-07-30 00:58:18 +0300
committerGitHub <noreply@github.com>2022-07-30 00:58:18 +0300
commit04359ce7ee421273de29574e9d070479a40e35c9 (patch)
tree9a73341f9cb9d06cb53103e5c6ceb18a0f1c7bf3
parentfcc089db5cc73f75eb7d964dcdbd817c9c67ad63 (diff)
Update IISDeployer.cshaok/iist
-rw-r--r--src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs b/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs
index 62cbcc76cb..2d21d7f64c 100644
--- a/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs
+++ b/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs
@@ -7,7 +7,6 @@ using System.Xml.Linq;
using Microsoft.AspNetCore.Server.IntegrationTesting.Common;
using Microsoft.Extensions.Logging;
using Microsoft.Web.Administration;
-using Serilog.Events;
namespace Microsoft.AspNetCore.Server.IntegrationTesting.IIS;