From b62f2ec6950c4696204589369704c324b5a8fdfe Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Wed, 26 Dec 2018 22:03:14 -0600 Subject: [PATCH] upgrade to .net core 2.2 --- .../BotSharp.Channel.FacebookMessenger.csproj | 2 +- BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj | 4 ++-- BotSharp.Core.UnitTest/BotSharp.Core.UnitTest.csproj | 2 +- BotSharp.Core/BotSharp.Core.csproj | 2 +- .../BotSharp.Platform.Dialogflow.csproj | 2 +- BotSharp.Platform.Rasa/BotSharp.Platform.Rasa.csproj | 2 +- BotSharp.WebHost/BotSharp.WebHost.csproj | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BotSharp.Channel.FacebookMessenger/BotSharp.Channel.FacebookMessenger.csproj b/BotSharp.Channel.FacebookMessenger/BotSharp.Channel.FacebookMessenger.csproj index 321cb463..4f65598c 100644 --- a/BotSharp.Channel.FacebookMessenger/BotSharp.Channel.FacebookMessenger.csproj +++ b/BotSharp.Channel.FacebookMessenger/BotSharp.Channel.FacebookMessenger.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 diff --git a/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj b/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj index 733938af..ee2f53e7 100644 --- a/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj +++ b/BotSharp.Channel.Weixin/BotSharp.Channel.Weixin.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true Haiping Chen https://github.com/Oceania2018/botsharp-channel-weixin @@ -20,7 +20,7 @@ - + diff --git a/BotSharp.Core.UnitTest/BotSharp.Core.UnitTest.csproj b/BotSharp.Core.UnitTest/BotSharp.Core.UnitTest.csproj index 0ed15bdf..1060163a 100644 --- a/BotSharp.Core.UnitTest/BotSharp.Core.UnitTest.csproj +++ b/BotSharp.Core.UnitTest/BotSharp.Core.UnitTest.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 false diff --git a/BotSharp.Core/BotSharp.Core.csproj b/BotSharp.Core/BotSharp.Core.csproj index 9d483488..dd3a0c53 100644 --- a/BotSharp.Core/BotSharp.Core.csproj +++ b/BotSharp.Core/BotSharp.Core.csproj @@ -81,7 +81,7 @@ Support dialogue status tracking. - + diff --git a/BotSharp.Platform.Dialogflow/BotSharp.Platform.Dialogflow.csproj b/BotSharp.Platform.Dialogflow/BotSharp.Platform.Dialogflow.csproj index 691192ac..ebce181f 100644 --- a/BotSharp.Platform.Dialogflow/BotSharp.Platform.Dialogflow.csproj +++ b/BotSharp.Platform.Dialogflow/BotSharp.Platform.Dialogflow.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true 0.2.2 Haiping Chen diff --git a/BotSharp.Platform.Rasa/BotSharp.Platform.Rasa.csproj b/BotSharp.Platform.Rasa/BotSharp.Platform.Rasa.csproj index d3180660..58d8da7c 100644 --- a/BotSharp.Platform.Rasa/BotSharp.Platform.Rasa.csproj +++ b/BotSharp.Platform.Rasa/BotSharp.Platform.Rasa.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 diff --git a/BotSharp.WebHost/BotSharp.WebHost.csproj b/BotSharp.WebHost/BotSharp.WebHost.csproj index afa67853..2ca1d52b 100644 --- a/BotSharp.WebHost/BotSharp.WebHost.csproj +++ b/BotSharp.WebHost/BotSharp.WebHost.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 Portable;win10-x64;centos.7-x64 AnyCPU;x64 Debug;Release;