Improvements to pressure and rain

This commit is contained in:
2020-07-20 12:00:04 +00:00
parent 8bf01ea027
commit 388e9d03c2
5 changed files with 41 additions and 32 deletions

View File

@@ -9,8 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.0/ChrisKaczor.HomeMonitor.Weather.Service.dll",
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/ChrisKaczor.HomeMonitor.Weather.Service.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,