From f5f4a36005ca88c6e05a73a37148b1fc198da528 Mon Sep 17 00:00:00 2001 From: Pythonic-Rainbow Date: Sun, 7 Jan 2024 17:18:17 +0000 Subject: [PATCH] Revert to NET 8.0 because I hate Linux --- .github/workflows/compile-bot.yml | 9 ++++----- Bot/Bot.csproj | 15 +-------------- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/.github/workflows/compile-bot.yml b/.github/workflows/compile-bot.yml index 0c3ed1f..6f32bf1 100644 --- a/.github/workflows/compile-bot.yml +++ b/.github/workflows/compile-bot.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Build run: dotnet publish -c Release -r linux-arm64 --no-self-contained - name: Upload program @@ -30,7 +30,6 @@ jobs: with: name: Bot path: | - Bot/bin/Release/net6.0/linux-arm64/Bot - Bot/bin/Release/net6.0/linux-arm64/*.dll - Bot/bin/Release/net6.0/linux-arm64/*.json - Bot/bin/Relesae/net6.0/linux-arm64/runtimes/linux-arm64/native/* + Bot/bin/Release/net8.0/linux-arm64/Bot + Bot/bin/Release/net8.0/linux-arm64/*.dll + Bot/bin/Release/net8.0/linux-arm64/*.json diff --git a/Bot/Bot.csproj b/Bot/Bot.csproj index ce4bb64..88a9141 100644 --- a/Bot/Bot.csproj +++ b/Bot/Bot.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable Hyperstellar @@ -18,17 +18,4 @@ PreserveNewest - - - - - - - - - - -