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