#93: Added dotnet manifest file

Includes the dotnet-ef tool
This commit is contained in:
kdeng00
2024-07-09 18:56:23 -04:00
parent 1174750e3c
commit 7a0bfb80c4
+13
View File
@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.7",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}