From b210398753c9c4bdf39e28528532627492c58e88 Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 1 Oct 2019 09:53:32 +0800 Subject: [PATCH] Update samples to .NET Core 3.0 --- samples/01_basic_ping_bot/01_basic_ping_bot.csproj | 2 +- samples/02_commands_framework/02_commands_framework.csproj | 2 +- samples/03_sharded_client/03_sharded_client.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/01_basic_ping_bot/01_basic_ping_bot.csproj b/samples/01_basic_ping_bot/01_basic_ping_bot.csproj index bc79e33c6..4b4e35e3f 100644 --- a/samples/01_basic_ping_bot/01_basic_ping_bot.csproj +++ b/samples/01_basic_ping_bot/01_basic_ping_bot.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/samples/02_commands_framework/02_commands_framework.csproj b/samples/02_commands_framework/02_commands_framework.csproj index 35e63704c..84b30aa99 100644 --- a/samples/02_commands_framework/02_commands_framework.csproj +++ b/samples/02_commands_framework/02_commands_framework.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/samples/03_sharded_client/03_sharded_client.csproj b/samples/03_sharded_client/03_sharded_client.csproj index 786567e2e..a6599c117 100644 --- a/samples/03_sharded_client/03_sharded_client.csproj +++ b/samples/03_sharded_client/03_sharded_client.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 _03_sharded_client