From 1036bfd7ad569ea769555c984f0c7e79139938a4 Mon Sep 17 00:00:00 2001 From: AR-DEV-1 Date: Tue, 23 Sep 2025 21:04:05 +0500 Subject: [PATCH] Update .NET version to 8.0 & lang version to 12 --- .../GodotTools.BuildLogger/GodotTools.BuildLogger.csproj | 4 ++-- .../GodotTools.IdeMessaging.CLI.csproj | 4 ++-- .../GodotTools.OpenVisualStudio.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj index f807132509e..eee61077b2f 100644 --- a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj @@ -1,8 +1,8 @@  {6CE9A984-37B1-4F8A-8FE9-609F05F071B3} - net6.0 - 10 + net8.0 + 12 enable diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/GodotTools.IdeMessaging.CLI.csproj b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/GodotTools.IdeMessaging.CLI.csproj index 0174b25b3ff..1b86e58f9e2 100644 --- a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/GodotTools.IdeMessaging.CLI.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/GodotTools.IdeMessaging.CLI.csproj @@ -2,8 +2,8 @@ {B06C2951-C8E3-4F28-80B2-717CF327EB19} Exe - net6.0 - 10 + net8.0 + 12 enable diff --git a/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj b/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj index 208e6d8f411..406814bd2e5 100644 --- a/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj @@ -2,8 +2,8 @@ {EAFFF236-FA96-4A4D-BD23-0E51EF988277} Exe - net6.0-windows - 10 + net8.0-windows + 12 enable False LatestMajor