From c1ed5963df5fb25ba7c95116206e69410b954c04 Mon Sep 17 00:00:00 2001 From: Kyle Nanakdewa Date: Tue, 14 Apr 2020 19:17:03 -0400 Subject: [PATCH] Update to .NET Core 3.1 --- .vscode/launch.json | 2 +- DiscordBot.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ad22abf..19c6b07 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/DiscordBot.dll", + "program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/DiscordBot.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window diff --git a/DiscordBot.csproj b/DiscordBot.csproj index 9db8647..3b2357d 100644 --- a/DiscordBot.csproj +++ b/DiscordBot.csproj @@ -2,11 +2,11 @@ Exe - netcoreapp2.1 + netcoreapp3.1 - +