build: Upgraded the dependency framework to .NET 8.0.

This commit is contained in:
real-zony
2023-12-12 19:22:50 +08:00
parent 4c3d554885
commit 8d946ebbd5
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>