This commit is contained in:
Rüdiger Vossel 2025-12-23 12:33:39 +01:00
parent f4c9843959
commit 916077d7d5

View File

@ -1,5 +1,13 @@
{ {
"version": 1, "version": 1,
"isRoot": true, "isRoot": true,
"tools": {} "tools": {
"dotnet-ef": {
"version": "10.0.1",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
} }