From f4ee129da686e065f95d3a135fae4a74fc249e40 Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Thu, 12 May 2022 23:23:58 +0200 Subject: [PATCH] update to net6 --- GoldbergGUI.Core/GoldbergGUI.Core.csproj | 4 ++-- GoldbergGUI.WPF/GoldbergGUI.WPF.csproj | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/GoldbergGUI.Core/GoldbergGUI.Core.csproj b/GoldbergGUI.Core/GoldbergGUI.Core.csproj index 6d27c2c..0505831 100644 --- a/GoldbergGUI.Core/GoldbergGUI.Core.csproj +++ b/GoldbergGUI.Core/GoldbergGUI.Core.csproj @@ -1,8 +1,8 @@  - netcoreapp3.1 - 0.2.0 + net6.0 + 0.3.0 Jeddunk AnyCPU;x86;x64 diff --git a/GoldbergGUI.WPF/GoldbergGUI.WPF.csproj b/GoldbergGUI.WPF/GoldbergGUI.WPF.csproj index 0c67434..3eababa 100644 --- a/GoldbergGUI.WPF/GoldbergGUI.WPF.csproj +++ b/GoldbergGUI.WPF/GoldbergGUI.WPF.csproj @@ -2,11 +2,10 @@ WinExe - netcoreapp3.1 + net6.0-windows true - 0.2.0 Jeddunk - AnyCPU;x86;x64 + x86