Files
BlazorFluentUIPractice/BlazorFluentUI/.config/dotnet-tools.json

13 lines
181 B
JSON
Raw Normal View History

2024-07-05 17:42:51 +09:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.6",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}