From 52ceba5da17390e0839148c59e2fbbb407213dc8 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 26 Sep 2024 19:31:45 +1000 Subject: [PATCH] .Net: remove redundant TasksExtensions and ValueTuple refs (#7372) Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> --- dotnet/Directory.Packages.props | 2 -- dotnet/src/Agents/UnitTests/Agents.UnitTests.csproj | 2 -- .../SemanticKernel.UnitTests/SemanticKernel.UnitTests.csproj | 2 -- 3 files changed, 6 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index a95c7b6c0cac..d0799b14da8c 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -39,8 +39,6 @@ - - diff --git a/dotnet/src/Agents/UnitTests/Agents.UnitTests.csproj b/dotnet/src/Agents/UnitTests/Agents.UnitTests.csproj index 6b9fea49fde2..646defc0abb6 100644 --- a/dotnet/src/Agents/UnitTests/Agents.UnitTests.csproj +++ b/dotnet/src/Agents/UnitTests/Agents.UnitTests.csproj @@ -25,8 +25,6 @@ all - - diff --git a/dotnet/src/SemanticKernel.UnitTests/SemanticKernel.UnitTests.csproj b/dotnet/src/SemanticKernel.UnitTests/SemanticKernel.UnitTests.csproj index d7c78d986275..d90497dab69d 100644 --- a/dotnet/src/SemanticKernel.UnitTests/SemanticKernel.UnitTests.csproj +++ b/dotnet/src/SemanticKernel.UnitTests/SemanticKernel.UnitTests.csproj @@ -24,8 +24,6 @@ - -