From 8382ca725ddc18e772c4d7e6ef4b910a17ebb943 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Thu, 5 Dec 2019 21:03:49 +0200 Subject: [PATCH] Migrate to net core 3.1 --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- .../DiscordChatExporter.Core.Markdown.csproj | 2 +- .../DiscordChatExporter.Core.Models.csproj | 2 +- .../DiscordChatExporter.Core.Rendering.csproj | 2 +- .../DiscordChatExporter.Core.Services.csproj | 2 +- DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 5d3eb7e..58b88b4 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -16,7 +16,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.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 8a66fdc..dbe71a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.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/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index 51aa673..51fed00 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -3,7 +3,7 @@ Exe - netcoreapp3.0 + netcoreapp3.1 ..\favicon.ico diff --git a/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj b/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj index 6e070c6..2f5c729 100644 --- a/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj +++ b/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj @@ -2,7 +2,7 @@ - netcoreapp3.0 + netcoreapp3.1 diff --git a/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj b/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj index 6e070c6..2f5c729 100644 --- a/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj +++ b/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj @@ -2,7 +2,7 @@ - netcoreapp3.0 + netcoreapp3.1 diff --git a/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj b/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj index e1dc33d..5326b2b 100644 --- a/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj +++ b/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj @@ -2,7 +2,7 @@ - netcoreapp3.0 + netcoreapp3.1 diff --git a/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj b/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj index 25f3b22..0361295 100644 --- a/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj +++ b/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj @@ -2,7 +2,7 @@ - netcoreapp3.0 + netcoreapp3.1 diff --git a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj index 3717383..b373894 100644 --- a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj +++ b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj @@ -3,7 +3,7 @@ WinExe - netcoreapp3.0 + netcoreapp3.1 DiscordChatExporter true ../favicon.ico