build: Updated the .NET runtime to version 7.0.

This commit is contained in:
real-zony
2022-12-11 20:35:37 +08:00
parent 430c66786a
commit fdc5f27692
5 changed files with 13 additions and 4 deletions

View File

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