From 50952bed1092c0aab8a226563ac7345d6ee2d6f6 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 7 May 2023 08:40:48 -0700 Subject: [PATCH] Sort usings and delete web.config --- .../WebHost.Customization/WebHostExtensions.cs | 6 +++--- src/Web/WebMVC/web.config | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 src/Web/WebMVC/web.config diff --git a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs index f4dbee68e..45bedc2c4 100644 --- a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs +++ b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs @@ -1,10 +1,10 @@ -using Microsoft.EntityFrameworkCore; +using System; +using System.Data.SqlClient; +using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Polly; -using System; -using System.Data.SqlClient; namespace Microsoft.AspNetCore.Hosting { diff --git a/src/Web/WebMVC/web.config b/src/Web/WebMVC/web.config deleted file mode 100644 index 84838df92..000000000 --- a/src/Web/WebMVC/web.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - -