From 2e9131554e75b57b501b141fec773c4fed7d6613 Mon Sep 17 00:00:00 2001 From: lightyears Date: Wed, 1 Mar 2023 10:53:57 +0800 Subject: [PATCH] Upgrade to rc6 --- CMSGame.csproj | 4 ++-- Entities/GameSave.cs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMSGame.csproj b/CMSGame.csproj index c385e76..94078ac 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 diff --git a/Entities/GameSave.cs b/Entities/GameSave.cs index 532cf38..a23d6b7 100644 --- a/Entities/GameSave.cs +++ b/Entities/GameSave.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; - namespace CMSGame { public class GameSave