diff --git a/Directory.Packages.props b/Directory.Packages.props index 188c7ee5..8c1a3bf1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -95,6 +95,15 @@ + + + + + + + + + diff --git a/tests/BotSharp.Plugin.SemanticKernel.UnitTests/BotSharp.Plugin.SemanticKernel.UnitTests.csproj b/tests/BotSharp.Plugin.SemanticKernel.UnitTests/BotSharp.Plugin.SemanticKernel.UnitTests.csproj index ee159e86..fa03bec6 100644 --- a/tests/BotSharp.Plugin.SemanticKernel.UnitTests/BotSharp.Plugin.SemanticKernel.UnitTests.csproj +++ b/tests/BotSharp.Plugin.SemanticKernel.UnitTests/BotSharp.Plugin.SemanticKernel.UnitTests.csproj @@ -4,21 +4,21 @@ $(TargetFramework) enable enable - false + true - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/UnitTest/UnitTest.csproj b/tests/UnitTest/UnitTest.csproj index 67e7d504..3590e075 100644 --- a/tests/UnitTest/UnitTest.csproj +++ b/tests/UnitTest/UnitTest.csproj @@ -4,18 +4,18 @@ $(TargetFramework) enable enable - false true + true - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive