From edd51e08388ad458dc8485ec58145dd0d212daa6 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Wed, 11 Nov 2020 00:02:56 +0200 Subject: [PATCH] Revert last change, .net5 doesn't work --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 395754a..f63f995 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -16,7 +16,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: 5.0.100 + dotnet-version: 3.1.100 - name: Build & publish (CLI) run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b2c4cc5..cf103df 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: 5.0.100 + dotnet-version: 3.1.100 - name: Build & publish (CLI) run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release