From 059942e0a188660d2a028b282475a44813d55d35 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sat, 1 Mar 2025 12:06:26 -0800 Subject: [PATCH] unit test projects --- Directory.Packages.props | 9 +++++++++ ...tSharp.Plugin.SemanticKernel.UnitTests.csproj | 16 ++++++++-------- tests/UnitTest/UnitTest.csproj | 14 +++++++------- 3 files changed, 24 insertions(+), 15 deletions(-) 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