Migrate to .net5 from .netcore2.1

This commit is contained in:
2020-11-15 20:37:53 +00:00
parent 436d4cb1d1
commit abd71db13d
5 changed files with 215 additions and 90 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceRoot}/bin/Debug/netcoreapp2.1/pecklist.dll",
"program": "${workspaceRoot}/bin/Debug/net5.0/pecklist.dll",
"args": [],
"cwd": "${workspaceRoot}",
"stopAtEntry": false,