diff --git a/.vscode/launch.json b/.vscode/launch.json index cbbb635..c134b67 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/net6.0/shtikbot-discord.dll", + "program": "${workspaceFolder}/bin/Debug/net7.0/shtikbot-discord.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/shtikbot-discord.csproj b/shtikbot-discord.csproj index e668a85..d97faf6 100644 --- a/shtikbot-discord.csproj +++ b/shtikbot-discord.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 silverworker_discord