From bb764cd80c91bbedd6b321c0038394e759ef9485 Mon Sep 17 00:00:00 2001 From: haiping008 Date: Mon, 19 Nov 2018 09:02:51 -0600 Subject: [PATCH] update dependent libraries --- BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj | 2 +- BotSharp.Channel.Weixin/Models/CustomMessageHandler.cs | 7 ------- BotSharp.Core/BotSharp.Core.csproj | 4 ++-- BotSharp.WebHost/BotSharp.WebHost.csproj | 8 ++++---- BotSharp.WebHost/Startup.cs | 1 + 5 files changed, 8 insertions(+), 14 deletions(-) diff --git a/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj b/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj index 0b31f4dd..d9bd907c 100644 --- a/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj +++ b/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj @@ -20,7 +20,7 @@ - + diff --git a/BotSharp.Channel.Weixin/Models/CustomMessageHandler.cs b/BotSharp.Channel.Weixin/Models/CustomMessageHandler.cs index b31dce6d..285ce0f2 100644 --- a/BotSharp.Channel.Weixin/Models/CustomMessageHandler.cs +++ b/BotSharp.Channel.Weixin/Models/CustomMessageHandler.cs @@ -19,19 +19,12 @@ using System.Linq; using System.Text; using System.Threading; -using Senparc.Weixin.MP.Agent; -using Senparc.NeuChar.Context; -using Senparc.Weixin.Exceptions; -using Senparc.Weixin.Helpers; using Senparc.Weixin.MP.Entities; using Senparc.Weixin.MP.Entities.Request; using Senparc.Weixin.MP.MessageHandlers; -using Senparc.Weixin.MP.Helpers; -using System.Xml.Linq; using Senparc.Weixin.MP.AdvancedAPIs; using System.Threading.Tasks; using Senparc.NeuChar.Entities.Request; -using Senparc.CO2NET.Helpers; using Senparc.NeuChar.Helpers; using Senparc.NeuChar.Entities; using Senparc.Weixin; diff --git a/BotSharp.Core/BotSharp.Core.csproj b/BotSharp.Core/BotSharp.Core.csproj index dee2f27a..18c8cc7b 100644 --- a/BotSharp.Core/BotSharp.Core.csproj +++ b/BotSharp.Core/BotSharp.Core.csproj @@ -76,9 +76,9 @@ If you feel that this project is helpful to you, please Star on the project, we - + - + diff --git a/BotSharp.WebHost/BotSharp.WebHost.csproj b/BotSharp.WebHost/BotSharp.WebHost.csproj index 9cb8cb19..cee92253 100644 --- a/BotSharp.WebHost/BotSharp.WebHost.csproj +++ b/BotSharp.WebHost/BotSharp.WebHost.csproj @@ -74,13 +74,13 @@ - + - - - + + + diff --git a/BotSharp.WebHost/Startup.cs b/BotSharp.WebHost/Startup.cs index 57853e80..41803f36 100644 --- a/BotSharp.WebHost/Startup.cs +++ b/BotSharp.WebHost/Startup.cs @@ -6,6 +6,7 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json.Serialization; using Swashbuckle.AspNetCore.Swagger; +using Swashbuckle.AspNetCore.SwaggerUI; using System; using System.Collections.Generic; using System.Drawing;