diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d08d5ff..bc90acc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,8 +2,10 @@ "version": "2.0.0", "tasks": [ { - "type": "dotnet", - "task": "build", + "command": "dotnet", + "args": [ + "build" + ], "group": "build", "problemMatcher": [], "label": "build"