diff --git a/.vscode/launch.json b/.vscode/launch.json index a9f0f730..1ba20c25 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}/MPF/bin/Debug/netcoreapp3.1/MPF.dll", + "program": "${workspaceFolder}/MPF/bin/Debug/net6.0-windows/MPF.dll", "args": [], "cwd": "${workspaceFolder}/MPF", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0d20f645..c61b17ef 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,7 +7,7 @@ "type": "process", "args": [ "build", - "${workspaceFolder}/MPF/MPF.csproj", + "${workspaceFolder}/MPF.sln", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], diff --git a/CHANGELIST.md b/CHANGELIST.md index 23ea6bd0..8618800a 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -68,6 +68,7 @@ - Use media size for type detection on .NET 6 - Trim PIC for PS3 - Get the version of redumper (fuzz6001) +- Update VSCode config files ### 2.4 (2022-10-26)