From bd80c9986486bdf85069d00cc2d71331bf020e76 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 4 Feb 2021 10:31:38 -0500 Subject: [PATCH] Updated to c# 9.0 --- Source/Framework/Framework.csproj | 2 +- Source/Game/Game.csproj | 2 +- Source/Scripts/Scripts.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Framework/Framework.csproj b/Source/Framework/Framework.csproj index 5276b5440..ef234cdb7 100644 --- a/Source/Framework/Framework.csproj +++ b/Source/Framework/Framework.csproj @@ -4,7 +4,7 @@ net5.0 x64 true - 8.0 + 9.0 diff --git a/Source/Game/Game.csproj b/Source/Game/Game.csproj index b88d82e04..963776e9b 100644 --- a/Source/Game/Game.csproj +++ b/Source/Game/Game.csproj @@ -4,7 +4,7 @@ net5.0 x64 true - 8.0 + 9.0 diff --git a/Source/Scripts/Scripts.csproj b/Source/Scripts/Scripts.csproj index c5dddaee4..f07772691 100644 --- a/Source/Scripts/Scripts.csproj +++ b/Source/Scripts/Scripts.csproj @@ -2,7 +2,7 @@ net5.0 x64 - 8.0 + 9.0