From cb33cf23740a255d70d7d2906e0f914dd9daef96 Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Fri, 2 Dec 2022 13:39:53 +0600 Subject: [PATCH] Change target frameworks to net7 --- csharp/Platform.Ranges.Tests/Platform.Ranges.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Platform.Ranges.Tests/Platform.Ranges.Tests.csproj b/csharp/Platform.Ranges.Tests/Platform.Ranges.Tests.csproj index 0396cda..bb24403 100644 --- a/csharp/Platform.Ranges.Tests/Platform.Ranges.Tests.csproj +++ b/csharp/Platform.Ranges.Tests/Platform.Ranges.Tests.csproj @@ -1,7 +1,7 @@ - net472;netcoreapp3.1;net5;net6 + net7 false latest enable