Actual update to .net 8

This commit is contained in:
Asriel Camora
2024-03-15 00:54:43 -07:00
parent af40691f34
commit 41e6722c43
5 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>