From 31f96edaf002534b6354c3ba360c160bb75e71cd Mon Sep 17 00:00:00 2001 From: Miepee Date: Sun, 28 Aug 2022 20:27:08 +0200 Subject: [PATCH] Force AM2RLinux to .net 6 --- AM2RLauncher/AM2RLauncher.Gtk/AM2RLauncher.Gtk.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AM2RLauncher/AM2RLauncher.Gtk/AM2RLauncher.Gtk.csproj b/AM2RLauncher/AM2RLauncher.Gtk/AM2RLauncher.Gtk.csproj index ef6e994..68abbcc 100644 --- a/AM2RLauncher/AM2RLauncher.Gtk/AM2RLauncher.Gtk.csproj +++ b/AM2RLauncher/AM2RLauncher.Gtk/AM2RLauncher.Gtk.csproj @@ -2,7 +2,7 @@ WinExe - net5.0 + net6.0 icon64.ico LatestMajor latest @@ -37,4 +37,4 @@ - + \ No newline at end of file