🐐 Small fix

This commit is contained in:
2026-04-10 16:33:40 +02:00
parent d9e27910cf
commit b47599974a
4 changed files with 41 additions and 3 deletions

13
dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.2.1105",
"commands": [
"mgcb"
],
"rollForward": false
}
}
}