Updated csproj to use .net Core 6

This commit is contained in:
Hion-V 2023-01-26 13:38:59 +01:00
parent 28ef9a8c4f
commit 8875d7e513

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp6.0</TargetFramework>
<RootNamespace>OOP_Opdracht_CSharp_Alfa_2022</RootNamespace>
</PropertyGroup>