upgrade to .net7.0

This commit is contained in:
Adam R Grey 2023-02-22 16:46:44 -05:00
parent 05341cee3b
commit 3d4064f8cb
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch", "request": "launch",
"preLaunchTask": "build", "preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path. // 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": [], "args": [],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<RootNamespace>silverworker_discord</RootNamespace> <RootNamespace>silverworker_discord</RootNamespace>
</PropertyGroup> </PropertyGroup>