From 48afbe13c28b0e6d9428f8ad078def044b0ced34 Mon Sep 17 00:00:00 2001 From: lightyears Date: Sat, 13 May 2023 13:24:23 +0800 Subject: [PATCH] Upgrade Godot .NET SDK to 4.0.2 --- .gitignore | 1 + CMSGame.csproj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 13b4766..8dad91c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ # Temporary files .mono +*.old diff --git a/CMSGame.csproj b/CMSGame.csproj index a117e2f..8339014 100644 --- a/CMSGame.csproj +++ b/CMSGame.csproj @@ -1,4 +1,4 @@ - + net7.0 true @@ -16,4 +16,4 @@ all - + \ No newline at end of file