diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml
index b597b53be..f485e925b 100644
--- a/.github/workflows/dotnet-release.yml
+++ b/.github/workflows/dotnet-release.yml
@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 6.0.x
+ dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore LinuxSolution.sln
- name: Build
diff --git a/Barotrauma/BarotraumaServer/LinuxServer.csproj b/Barotrauma/BarotraumaServer/LinuxServer.csproj
index c2caa1f40..01ff705b2 100644
--- a/Barotrauma/BarotraumaServer/LinuxServer.csproj
+++ b/Barotrauma/BarotraumaServer/LinuxServer.csproj
@@ -27,7 +27,6 @@
DEBUG;TRACE;SERVER;LINUX;USE_STEAM
x64
..\bin\$(Configuration)Linux\
- net6.0
8
@@ -35,7 +34,6 @@
TRACE;DEBUG;SERVER;LINUX;X64;USE_STEAM
x64
..\bin\$(Configuration)Linux\
- net6.0
8