Nuget Pack

net8
This commit is contained in:
2025-02-08 17:03:02 -07:00
parent 0fa899f65d
commit 68dff9c24c
22 changed files with 381 additions and 232 deletions

4
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "Build-Rename",
"program": "${workspaceFolder}/Rename/bin/Debug/net9.0/win-x64/AA.Rename.dll",
"program": "${workspaceFolder}/Rename/bin/Debug/net8.0/win-x64/AA.Rename.dll",
"args": [
"s"
],
@ -23,7 +23,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "Build-Compare",
"program": "${workspaceFolder}/Compare/bin/Debug/net9.0/win-x64/AA.Compare.dll",
"program": "${workspaceFolder}/Compare/bin/Debug/net8.0/win-x64/AA.Compare.dll",
"args": [
"s"
],