SessionZero/SessionZeroBackend/.config/dotnet-tools.json
Chris Bell ae5931f3d1 Initial Server and Client projects
-- Basic database setup in server
2025-03-27 21:29:50 -05:00

13 lines
181 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "9.0.3",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}