PiwigoDirectorySync/.config/dotnet-tools.json

18 lines
274 B
JSON
Raw Normal View History

2023-08-29 22:37:24 +02:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-user-secrets": {
"version": "2.2.0",
"commands": [
"dotnet-user-secrets"
]
},
"dotnet-ef": {
"version": "7.0.10",
2023-08-29 22:37:24 +02:00
"commands": [
"dotnet-ef"
]
}
}
}