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 - +