From d122714c97fb37603197727826b51c65e3023d19 Mon Sep 17 00:00:00 2001 From: Sakura Akeno Isayeki Date: Sun, 8 Sep 2024 11:45:44 +0200 Subject: [PATCH] build!: Update target framework to net8.0 The target framework in the YumeChan.PluginBase project has been updated from net6.0 to net8.0. This change was made to take advantage of the new features and improvements available in the latest version of .NET. --- YumeChan.PluginBase/YumeChan.PluginBase.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YumeChan.PluginBase/YumeChan.PluginBase.csproj b/YumeChan.PluginBase/YumeChan.PluginBase.csproj index cfd36ea..796c35b 100644 --- a/YumeChan.PluginBase/YumeChan.PluginBase.csproj +++ b/YumeChan.PluginBase/YumeChan.PluginBase.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Sakura Akeno Isayeki