target .net 8

This commit is contained in:
2024-03-23 12:41:07 +01:00
parent a4d3e8b0f3
commit e7ce31dc0b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>annotations</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

View File

@@ -1,6 +1,6 @@
{
"version": 1,
"dependencies": {
"net7.0-windows7.0": {}
"net8.0-windows7.0": {}
}
}