From d4f1020ea2ec247c6f15fc1c62820a5e4e511314 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Fri, 6 Sep 2024 22:42:01 +0400 Subject: [PATCH] fix: Use net8.0. --- src/libs/Cohere/Cohere.csproj | 2 +- .../Cohere.IntegrationTests/Cohere.IntegrationTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/Cohere/Cohere.csproj b/src/libs/Cohere/Cohere.csproj index 8c15972..aa75ca9 100644 --- a/src/libs/Cohere/Cohere.csproj +++ b/src/libs/Cohere/Cohere.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net4.6.2;net6.0;net7.0 + netstandard2.0;net4.6.2;net6.0;net8.0 diff --git a/src/tests/Cohere.IntegrationTests/Cohere.IntegrationTests.csproj b/src/tests/Cohere.IntegrationTests/Cohere.IntegrationTests.csproj index 0ac3c60..b205093 100644 --- a/src/tests/Cohere.IntegrationTests/Cohere.IntegrationTests.csproj +++ b/src/tests/Cohere.IntegrationTests/Cohere.IntegrationTests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0