demo2023/demo_2023/.config/dotnet-tools.json

13 lines
181 B
JSON
Raw Normal View History

2025-01-22 13:34:31 +00:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "9.0.1",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}