From 24ecff969ed47b49fb4f0246032816ae4b9888d6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 19 May 2025 15:14:50 -0500 Subject: [PATCH] chore: upgrade test project to .NET 9 --- tests/AnthropicClient.Tests/AnthropicClient.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/AnthropicClient.Tests/AnthropicClient.Tests.csproj b/tests/AnthropicClient.Tests/AnthropicClient.Tests.csproj index 0a5f3db..6be8f1a 100644 --- a/tests/AnthropicClient.Tests/AnthropicClient.Tests.csproj +++ b/tests/AnthropicClient.Tests/AnthropicClient.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable false @@ -54,7 +54,7 @@ PreserveNewest - + PreserveNewest