diff --git a/.vscode/launch.json b/.vscode/launch.json index e5a04d1..c515cb3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/SeattleCarsInBikeLanes/bin/Debug/net7.0/SeattleCarsInBikeLanes.dll", + "program": "${workspaceFolder}/SeattleCarsInBikeLanes/bin/Debug/net8.0/SeattleCarsInBikeLanes.dll", "args": [], "cwd": "${workspaceFolder}/SeattleCarsInBikeLanes", "stopAtEntry": false, diff --git a/SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj b/SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj index 4a82439..99dc498 100644 --- a/SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj +++ b/SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj @@ -1,27 +1,27 @@ - net7.0 + net8.0 enable enable - + - - + + - - + + - +