Skip to content

Commit

Permalink
build!: Update target framework to net8.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent e5837ef commit d122714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YumeChan.PluginBase/YumeChan.PluginBase.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<Authors>Sakura Akeno Isayeki</Authors>

Expand Down

0 comments on commit d122714

Please sign in to comment.