bump to net7.0 framework

This commit is contained in:
Paul Schneider 2023-03-14 23:47:55 +00:00
commit dc30540e40
7 changed files with 24 additions and 25 deletions

2
.vscode/launch.json vendored
View file

@ -32,7 +32,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/isnd/bin/Debug/net6.0/isnd.dll",
"program": "${workspaceFolder}/src/isnd/bin/Debug/net7.0/isnd.dll",
"args": [],
"cwd": "${workspaceFolder}/src/isnd",
"stopAtEntry": false,