17 lines
225 B
JSON
Raw Normal View History

2023-10-11 16:34:22 +02:00
{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"problemMatcher": [
"$msCompile"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "dotnet: build"
}
]
}