From d78a61423ee677b2f67e7ebb42a8f30efeb66fef Mon Sep 17 00:00:00 2001 From: Ashley Davies Date: Sat, 21 Aug 2021 14:57:03 +0100 Subject: [PATCH 1/3] Bump to .NET 6.0, C# 10 --- ForgottenRPG/ForgottenRPG.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ForgottenRPG/ForgottenRPG.csproj b/ForgottenRPG/ForgottenRPG.csproj index 62fdc99..23a4509 100644 --- a/ForgottenRPG/ForgottenRPG.csproj +++ b/ForgottenRPG/ForgottenRPG.csproj @@ -1,8 +1,8 @@  - netcoreapp3.0 + net6.0 ForgottenRPG.Game - 8 + 10 ForgottenRPG Exe From bb9ee6280b203a4abee67e40356088fd5cdf1ac6 Mon Sep 17 00:00:00 2001 From: Ashley Davies Date: Sat, 21 Aug 2021 14:58:22 +0100 Subject: [PATCH 2/3] Bump ScriptCompiler{Tests} --- ScriptCompiler/ScriptCompiler.csproj | 4 ++-- ScriptCompilerTests/ScriptCompilerTests.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ScriptCompiler/ScriptCompiler.csproj b/ScriptCompiler/ScriptCompiler.csproj index e4af23c..37d928a 100644 --- a/ScriptCompiler/ScriptCompiler.csproj +++ b/ScriptCompiler/ScriptCompiler.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 - 9 + net6.0 + 10 ScriptCompiler.MainClass Exe enable diff --git a/ScriptCompilerTests/ScriptCompilerTests.csproj b/ScriptCompilerTests/ScriptCompilerTests.csproj index c18b5f5..caba161 100644 --- a/ScriptCompilerTests/ScriptCompilerTests.csproj +++ b/ScriptCompilerTests/ScriptCompilerTests.csproj @@ -1,8 +1,8 @@  - netcoreapp3.1 + net6.0 false - 8 + 10 From 35bbb9712bcb255b7354e1138b76aa9aecbf4a12 Mon Sep 17 00:00:00 2001 From: Ashley Davies Date: Sat, 21 Aug 2021 15:27:21 +0100 Subject: [PATCH 3/3] Bump travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adf7499..1fb9b49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: csharp dist: bionic mono: none -dotnet: 3.1 +dotnet: 6.0 install: - dotnet restore