1
0
mirror of synced 2024-09-24 03:18:27 +02:00

Add ef config

This commit is contained in:
asesidaa 2022-10-20 02:30:38 +08:00
parent 466baadbe3
commit f0df3de583

View File

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