From dc38ad266a50589cf1a75968087c1ce734ca6bab Mon Sep 17 00:00:00 2001
From: Evil Factory <36804725+evilfactory@users.noreply.github.com>
Date: Wed, 20 Apr 2022 13:35:29 -0300
Subject: [PATCH] fix CI (again)
---
.github/workflows/dotnet-release.yml | 2 +-
Barotrauma/BarotraumaServer/LinuxServer.csproj | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
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