Updated csproj to use .net Core 6
This commit is contained in:
parent
28ef9a8c4f
commit
8875d7e513
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>netcoreapp6.0</TargetFramework>
|
||||||
<RootNamespace>OOP_Opdracht_CSharp_Alfa_2022</RootNamespace>
|
<RootNamespace>OOP_Opdracht_CSharp_Alfa_2022</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user