dotnet version change, readme, script for ef

This commit is contained in:
Dominic Villemure
2024-03-16 13:26:29 -04:00
parent bbcefcf76f
commit 796d60a410
7 changed files with 46 additions and 27 deletions

View File

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