This commit is contained in:
yanghongwei 2024-07-16 21:41:18 +08:00
commit 6f746d9468
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {}
"tools": {
"dotnet-ef": {
"version": "8.0.7",
"commands": [
"dotnet-ef"
]
}
}
}