duplicati/BuildTools/LicenseUpdater/.vscode/tasks.json
Kenneth Skovhede 997891525a
Updated license-updater to update csproj files (#5898)
* Updated license-updater to update csproj files

* License updates
2025-01-22 21:04:19 +01:00

12 lines
No EOL
162 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"group": "build",
"problemMatcher": [],
"label": "dotnet: build"
}
]
}