diff --git a/src/BotSharp.AppHost/BotSharp.AppHost.csproj b/src/BotSharp.AppHost/BotSharp.AppHost.csproj index 26ff84a8..b080aff9 100644 --- a/src/BotSharp.AppHost/BotSharp.AppHost.csproj +++ b/src/BotSharp.AppHost/BotSharp.AppHost.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net11.0 enable enable true diff --git a/src/Plugins/BotSharp.Plugin.CodeDriver/BotSharp.Plugin.CodeDriver.csproj b/src/Plugins/BotSharp.Plugin.CodeDriver/BotSharp.Plugin.CodeDriver.csproj index 7b3a8347..5ee6098b 100644 --- a/src/Plugins/BotSharp.Plugin.CodeDriver/BotSharp.Plugin.CodeDriver.csproj +++ b/src/Plugins/BotSharp.Plugin.CodeDriver/BotSharp.Plugin.CodeDriver.csproj @@ -1,7 +1,7 @@  - net8.0 + net11.0 enable enable diff --git a/src/Plugins/BotSharp.Plugin.ExcelHandler/BotSharp.Plugin.ExcelHandler.csproj b/src/Plugins/BotSharp.Plugin.ExcelHandler/BotSharp.Plugin.ExcelHandler.csproj index 5a30ca72..94476112 100644 --- a/src/Plugins/BotSharp.Plugin.ExcelHandler/BotSharp.Plugin.ExcelHandler.csproj +++ b/src/Plugins/BotSharp.Plugin.ExcelHandler/BotSharp.Plugin.ExcelHandler.csproj @@ -1,7 +1,7 @@ - net8.0 + net11.0 enable enable diff --git a/src/Plugins/BotSharp.Plugin.JavaScriptInterpreter/BotSharp.Plugin.JavaScriptInterpreter.csproj b/src/Plugins/BotSharp.Plugin.JavaScriptInterpreter/BotSharp.Plugin.JavaScriptInterpreter.csproj index 95d1c014..2f68240a 100644 --- a/src/Plugins/BotSharp.Plugin.JavaScriptInterpreter/BotSharp.Plugin.JavaScriptInterpreter.csproj +++ b/src/Plugins/BotSharp.Plugin.JavaScriptInterpreter/BotSharp.Plugin.JavaScriptInterpreter.csproj @@ -1,7 +1,7 @@  - net8.0 + net11.0 enable enable diff --git a/tests/BotSharp.LLM.Tests/BotSharp.LLM.Tests.csproj b/tests/BotSharp.LLM.Tests/BotSharp.LLM.Tests.csproj index e4784483..76b0fc87 100644 --- a/tests/BotSharp.LLM.Tests/BotSharp.LLM.Tests.csproj +++ b/tests/BotSharp.LLM.Tests/BotSharp.LLM.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net11.0 enable enable false diff --git a/tests/BotSharp.Test.ComputerUse/BotSharp.Test.ComputerUse.csproj b/tests/BotSharp.Test.ComputerUse/BotSharp.Test.ComputerUse.csproj index 605a93c8..b244d6f7 100644 --- a/tests/BotSharp.Test.ComputerUse/BotSharp.Test.ComputerUse.csproj +++ b/tests/BotSharp.Test.ComputerUse/BotSharp.Test.ComputerUse.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net11.0 enable enable diff --git a/tests/BotSharp.Test.RealtimeVoice/BotSharp.Test.RealtimeVoice.csproj b/tests/BotSharp.Test.RealtimeVoice/BotSharp.Test.RealtimeVoice.csproj index 0fccdda3..603ac3b9 100644 --- a/tests/BotSharp.Test.RealtimeVoice/BotSharp.Test.RealtimeVoice.csproj +++ b/tests/BotSharp.Test.RealtimeVoice/BotSharp.Test.RealtimeVoice.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net11.0 enable enable d7da3ed7-20a7-4acc-8018-ef9b705fea40