From 8875d7e5132601502973d429f29d836820e4b56e Mon Sep 17 00:00:00 2001 From: Hion-V Date: Thu, 26 Jan 2023 13:38:59 +0100 Subject: [PATCH] Updated csproj to use .net Core 6 --- .../OOP-Opdracht-CSharp-Alfa-2022.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022.csproj b/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022.csproj index f2e8eb1..24285f6 100644 --- a/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022.csproj +++ b/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022/OOP-Opdracht-CSharp-Alfa-2022.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + netcoreapp6.0 OOP_Opdracht_CSharp_Alfa_2022