From ea65bf922eb45960e0dde034e2c6c4d3e2045e52 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yawaflua.Discord.Net.csproj b/yawaflua.Discord.Net.csproj index 381ffb6..55a1ba0 100644 --- a/yawaflua.Discord.Net.csproj +++ b/yawaflua.Discord.Net.csproj @@ -1,7 +1,7 @@ - net9.0 + net8.0;net9.0 enable enable true