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 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 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