From 7673955cd9d6842c510675ba9ef8e6cca01aa76c Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Tue, 19 Nov 2024 09:42:55 +0200 Subject: [PATCH] Drop net7, which is EoL and target net9 .NET 7 reached the end of life on May 14, 2024. This PR removes support for it and adds support for .NET 9 was added. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0bbf318..5482eb1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - net7.0;net8.0 + net8.0;net9.0 latest enable enable