Converted to net6.0

This commit is contained in:
2022-08-13 13:01:47 -07:00
commit 2385affccb
32 changed files with 4847 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"cSpell.enabled": false,
"files.exclude": {
"**/.git": false
}
}