From 0e83f88b088694dc1e77ee1dac23ee758d5b287e Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Wed, 1 May 2024 11:51:59 +0200 Subject: [PATCH] Updated godot version --- .vscode/launch.json | 4 ++-- Cirno.csproj | 2 +- Cirno.csproj.old | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 Cirno.csproj.old diff --git a/.vscode/launch.json b/.vscode/launch.json index 770fc6e2..7eb1ef60 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,7 @@ "request": "launch", "mode": "executable", "preLaunchTask": "build", - "executable": "F:/Apps/Godot_v4.2.1-stable_mono_win64/Godot_v4.2.1-stable_mono_win64.exe", + "executable": "F:/Apps/Godot_v4.2.2-stable_mono_win64/Godot_v4.2.2-stable_mono_win64.exe", // See which arguments are available here: // https://docs.godotengine.org/en/stable/getting_started/editor/command_line_tutorial.html "executableArguments": [ @@ -27,7 +27,7 @@ "request": "launch", "mode": "executable", "preLaunchTask": "build", - "executable": "F:/Apps/Godot_v4.2.1-stable_mono_win64/Godot_v4.2.1-stable_mono_win64.exe", + "executable": "F:/Apps/Godot_v4.2.2-stable_mono_win64/Godot_v4.2.2-stable_mono_win64.exe", // See which arguments are available here: // https://docs.godotengine.org/en/stable/getting_started/editor/command_line_tutorial.html "executableArguments": [ diff --git a/Cirno.csproj b/Cirno.csproj index 198256e2..887d5d3a 100644 --- a/Cirno.csproj +++ b/Cirno.csproj @@ -1,4 +1,4 @@ - + net6.0 net7.0 diff --git a/Cirno.csproj.old b/Cirno.csproj.old new file mode 100644 index 00000000..198256e2 --- /dev/null +++ b/Cirno.csproj.old @@ -0,0 +1,8 @@ + + + net6.0 + net7.0 + net8.0 + true + + \ No newline at end of file