Csproj upgrade to net8

This commit is contained in:
2024-03-01 22:18:20 +01:00
parent 986696b7d0
commit 4f0e7262ce
4 changed files with 6 additions and 6 deletions

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>
<RootNamespace>Alma</RootNamespace>