Fix port to match .NET 8 default

This commit is contained in:
2024-01-23 09:04:28 -05:00
parent 2549d9a8d5
commit 253be3b77f
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.0/ChrisKaczor.HomeMonitor.Power.Service.dll",
"program": "${workspaceFolder}/bin/Debug/net8.0/ChrisKaczor.HomeMonitor.Power.Service.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,