1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00
Files
server/.config/dotnet-tools.json
2025-09-15 16:49:46 +02:00

15 lines
237 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "9.0.4",
"commands": ["swagger"]
},
"dotnet-ef": {
"version": "8.0.8",
"commands": ["dotnet-ef"]
}
}
}