From e6aeb9a5db113014f568d94adb6ff02c9607a34f Mon Sep 17 00:00:00 2001 From: Reuben Bond <203839+ReubenBond@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:45:50 -0700 Subject: [PATCH] Fix and simplify build (#218) --- .../AgentConformance.IntegrationTests.csproj | 1 - .../Microsoft.Agents.Orchestration.UnitTests.csproj | 1 - .../Microsoft.Extensions.AI.Agents.Abstractions.UnitTests.csproj | 1 - ...ft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests.csproj | 1 - .../Microsoft.Extensions.AI.Agents.UnitTests.csproj | 1 - .../OpenAIAssistant.IntegrationTests.csproj | 1 - .../OpenAIChatCompletion.IntegrationTests.csproj | 1 - .../OpenAIResponse.IntegrationTests.csproj | 1 - 8 files changed, 8 deletions(-) diff --git a/dotnet/tests/AgentConformance.IntegrationTests/AgentConformance.IntegrationTests.csproj b/dotnet/tests/AgentConformance.IntegrationTests/AgentConformance.IntegrationTests.csproj index 1ce72c3d8d..6a5ea379bf 100644 --- a/dotnet/tests/AgentConformance.IntegrationTests/AgentConformance.IntegrationTests.csproj +++ b/dotnet/tests/AgentConformance.IntegrationTests/AgentConformance.IntegrationTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) false diff --git a/dotnet/tests/Microsoft.Agents.Orchestration.UnitTests/Microsoft.Agents.Orchestration.UnitTests.csproj b/dotnet/tests/Microsoft.Agents.Orchestration.UnitTests/Microsoft.Agents.Orchestration.UnitTests.csproj index e1d66b73df..db0653bade 100644 --- a/dotnet/tests/Microsoft.Agents.Orchestration.UnitTests/Microsoft.Agents.Orchestration.UnitTests.csproj +++ b/dotnet/tests/Microsoft.Agents.Orchestration.UnitTests/Microsoft.Agents.Orchestration.UnitTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) diff --git a/dotnet/tests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests.csproj b/dotnet/tests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests.csproj index 51859bfd8d..5a3a433f20 100644 --- a/dotnet/tests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests.csproj +++ b/dotnet/tests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) diff --git a/dotnet/tests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests.csproj b/dotnet/tests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests.csproj index 776d9c8dde..eb0eff1a41 100644 --- a/dotnet/tests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests.csproj +++ b/dotnet/tests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) diff --git a/dotnet/tests/Microsoft.Extensions.AI.Agents.UnitTests/Microsoft.Extensions.AI.Agents.UnitTests.csproj b/dotnet/tests/Microsoft.Extensions.AI.Agents.UnitTests/Microsoft.Extensions.AI.Agents.UnitTests.csproj index 6dbcbc95f1..00b90d4e01 100644 --- a/dotnet/tests/Microsoft.Extensions.AI.Agents.UnitTests/Microsoft.Extensions.AI.Agents.UnitTests.csproj +++ b/dotnet/tests/Microsoft.Extensions.AI.Agents.UnitTests/Microsoft.Extensions.AI.Agents.UnitTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) diff --git a/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistant.IntegrationTests.csproj b/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistant.IntegrationTests.csproj index f4d55d40f1..c413932827 100644 --- a/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistant.IntegrationTests.csproj +++ b/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistant.IntegrationTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) True $(NoWarn);OPENAI001; diff --git a/dotnet/tests/OpenAIChatCompletion.IntegrationTests/OpenAIChatCompletion.IntegrationTests.csproj b/dotnet/tests/OpenAIChatCompletion.IntegrationTests/OpenAIChatCompletion.IntegrationTests.csproj index 0aabad91c8..6d86ae649e 100644 --- a/dotnet/tests/OpenAIChatCompletion.IntegrationTests/OpenAIChatCompletion.IntegrationTests.csproj +++ b/dotnet/tests/OpenAIChatCompletion.IntegrationTests/OpenAIChatCompletion.IntegrationTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) True diff --git a/dotnet/tests/OpenAIResponse.IntegrationTests/OpenAIResponse.IntegrationTests.csproj b/dotnet/tests/OpenAIResponse.IntegrationTests/OpenAIResponse.IntegrationTests.csproj index b45e0009d4..df161719c9 100644 --- a/dotnet/tests/OpenAIResponse.IntegrationTests/OpenAIResponse.IntegrationTests.csproj +++ b/dotnet/tests/OpenAIResponse.IntegrationTests/OpenAIResponse.IntegrationTests.csproj @@ -2,7 +2,6 @@ $(ProjectsTargetFrameworks) - $(ProjectsDebugTargetFrameworks) True $(NoWarn);OPENAI001;