jellyfin/.config/dotnet-tools.json

13 lines
154 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.3",
"commands": [
"dotnet-ef"
]
}
}
2023-10-23 23:36:56 +02:00
}