From 9261e0c7ce84bdba2d5b5ab6f1d8d177444ae11f Mon Sep 17 00:00:00 2001 From: Dmitri Shimanski Date: Fri, 22 Aug 2025 06:53:39 +0300 Subject: [PATCH] Update target frameworks to support net8.0 and net9.0; modify package reference versioning --- yawaflua.Discord.Net.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yawaflua.Discord.Net.csproj b/yawaflua.Discord.Net.csproj index 381ffb6..111498a 100644 --- a/yawaflua.Discord.Net.csproj +++ b/yawaflua.Discord.Net.csproj @@ -1,7 +1,7 @@ - net9.0 + net8.0;net9.0 enable enable true @@ -22,7 +22,7 @@ - +