bump to net7.0 framework
This commit is contained in:
parent
6f79be26d8
commit
dc30540e40
7 changed files with 24 additions and 25 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue