This commit is contained in:
David Štaleker
2024-01-12 20:36:14 +01:00
parent 4f9e8f0d8e
commit 2184fea04a
11 changed files with 290 additions and 0 deletions

View File

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