upgrade target to .net 8

This commit is contained in:
13xforever
2023-11-14 22:12:20 +05:00
parent 8a05761d40
commit 0595c89751
15 changed files with 18 additions and 18 deletions

View File

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