From a80ecd9bb4740e59daedb3a12c083101e6164b09 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Mon, 17 Mar 2025 20:30:15 -0500 Subject: [PATCH] Fix PizzaBot compile issue. --- Directory.Packages.props | 9 +++++---- src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj | 11 +++++++++++ .../BotSharp.Core/build/BotSharp.Core.targets | 10 ++++++++++ src/WebStarter/WebStarter.csproj | 1 + .../BotSharp.Plugin.PizzaBot.csproj | 10 +++++----- 5 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 src/Infrastructure/BotSharp.Core/build/BotSharp.Core.targets diff --git a/Directory.Packages.props b/Directory.Packages.props index aa76cf61..f49939eb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,7 @@ 8.0.0 - 2.3.0 + 2.3.0 true @@ -13,7 +13,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -108,7 +108,9 @@ + + @@ -127,7 +129,6 @@ - diff --git a/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj b/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj index 00e1f30a..687387a7 100644 --- a/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj +++ b/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj @@ -46,18 +46,22 @@ + + + + @@ -213,4 +217,11 @@ + + + + true + + + diff --git a/src/Infrastructure/BotSharp.Core/build/BotSharp.Core.targets b/src/Infrastructure/BotSharp.Core/build/BotSharp.Core.targets new file mode 100644 index 00000000..ffb6c063 --- /dev/null +++ b/src/Infrastructure/BotSharp.Core/build/BotSharp.Core.targets @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/WebStarter/WebStarter.csproj b/src/WebStarter/WebStarter.csproj index 78c4537c..7817e167 100644 --- a/src/WebStarter/WebStarter.csproj +++ b/src/WebStarter/WebStarter.csproj @@ -11,6 +11,7 @@ + diff --git a/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj b/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj index 716f1f4d..91812c25 100644 --- a/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj +++ b/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj @@ -10,7 +10,11 @@ - + + + + + @@ -97,8 +101,4 @@ - - - -