diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bd1accb03..408b9a168 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,7 +26,7 @@ ``` -- [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) +- [ ] I have checked for formatting errors (`dotnet format --verify-no-changes`) (required) - [ ] If making database changes - I have also updated Entity Framework queries and/or migrations - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) diff --git a/.vscode/launch.json b/.vscode/launch.json index d11eb7eab..fdbc654f0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -137,7 +137,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "buildBilling", - "program": "${workspaceFolder}/src/Billing/bin/Debug/net5.0/Billing.dll", + "program": "${workspaceFolder}/src/Billing/bin/Debug/net6.0/Billing.dll", "args": [], "cwd": "${workspaceFolder}/src/Billing", "stopAtEntry": false,