From a215314a58e395776253446c0b84ac3dbb5abb5f Mon Sep 17 00:00:00 2001 From: bothzoli Date: Fri, 6 Dec 2024 22:38:15 +1000 Subject: [PATCH] Change target framework for tests project --- .../CSharpFunctionalExtensions.Tests.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSharpFunctionalExtensions.Tests/CSharpFunctionalExtensions.Tests.csproj b/CSharpFunctionalExtensions.Tests/CSharpFunctionalExtensions.Tests.csproj index 450c3ee4..9f6beae6 100644 --- a/CSharpFunctionalExtensions.Tests/CSharpFunctionalExtensions.Tests.csproj +++ b/CSharpFunctionalExtensions.Tests/CSharpFunctionalExtensions.Tests.csproj @@ -1,8 +1,9 @@  - net6.0 + net8.0 0618 + true