From 1da70e84d6ce5a46ece6f5e1c1f64dc1eeccf426 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 26 Oct 2018 10:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=9C=80=E6=96=B0Longbow=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Startup.cs | 4 ---- Bootstrap.Client/Startup.cs | 5 ----- 2 files changed, 9 deletions(-) diff --git a/Bootstrap.Admin/Startup.cs b/Bootstrap.Admin/Startup.cs index 028b29b6..10a88007 100644 --- a/Bootstrap.Admin/Startup.cs +++ b/Bootstrap.Admin/Startup.cs @@ -1,10 +1,6 @@ using Bootstrap.DataAccess; using Bootstrap.Security.Filter; -using Bootstrap.Security.Middleware; using Longbow.Cache; -using Longbow.Cache.Middleware; -using Longbow.Configuration; -using Longbow.Data; using Longbow.Logging; using Longbow.Web; using Longbow.Web.SignalR; diff --git a/Bootstrap.Client/Startup.cs b/Bootstrap.Client/Startup.cs index 4bbbb0d0..7f72ffa3 100644 --- a/Bootstrap.Client/Startup.cs +++ b/Bootstrap.Client/Startup.cs @@ -1,14 +1,9 @@ using Bootstrap.Client.DataAccess; using Bootstrap.Security.Filter; -using Bootstrap.Security.Middleware; -using Longbow.Cache; -using Longbow.Cache.Middleware; using Longbow.Configuration; -using Longbow.Data; using Longbow.Logging; using Longbow.Web; using Longbow.Web.SignalR; -using Longbow.Web.WebSockets; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.DataProtection;