1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 22:23:30 +00:00
Files
server/.config/dotnet-tools.json
2025-12-16 19:29:53 +00:00

15 lines
238 B
JSON

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