Add Verify.Tool dotnet tool

This commit is contained in:
Patrik Svensson 2024-04-25 19:33:54 +02:00 committed by Patrik Svensson
parent c5e11626b5
commit 88515b7d7f

View File

@ -13,6 +13,12 @@
"commands": [
"dotnet-example"
]
},
"verify.tool": {
"version": "0.6.0",
"commands": [
"dotnet-verify"
]
}
}
}