Delete-By-Distinct-II

This commit is contained in:
2022-12-24 13:30:33 -07:00
parent e3c951e54a
commit a510019c1d
6 changed files with 63 additions and 35 deletions

View File

@ -11,9 +11,7 @@
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Delete-By-Distinct.dll",
"args": [
"s"
],
"args": [],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
},