From 2c36f6a826ec50b152e1c8f302cc80dad4421cbf Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sun, 29 Sep 2019 14:19:03 +0300 Subject: [PATCH] Target .NET Core 3 in libraries instead of .NET Std 2.1 --- .../DiscordChatExporter.Core.Markdown.csproj | 2 +- .../DiscordChatExporter.Core.Models.csproj | 2 +- .../DiscordChatExporter.Core.Rendering.csproj | 2 +- .../DiscordChatExporter.Core.Services.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj b/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj index e7173b64..5f4a3f5e 100644 --- a/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj +++ b/DiscordChatExporter.Core.Markdown/DiscordChatExporter.Core.Markdown.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + netcoreapp3.0 diff --git a/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj b/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj index e7173b64..5f4a3f5e 100644 --- a/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj +++ b/DiscordChatExporter.Core.Models/DiscordChatExporter.Core.Models.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + netcoreapp3.0 diff --git a/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj b/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj index 40e16d80..a0074cef 100644 --- a/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj +++ b/DiscordChatExporter.Core.Rendering/DiscordChatExporter.Core.Rendering.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + netcoreapp3.0 diff --git a/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj b/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj index c861ee58..a4e171f1 100644 --- a/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj +++ b/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + netcoreapp3.0