1
0
Fork 0
netddi/.config/dotnet-tools.json

20 lines
348 B
JSON
Raw Normal View History

2025-01-29 23:26:50 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
"microsoft.web.librarymanager.cli": {
"version": "2.1.175",
"commands": [
"libman"
],
"rollForward": false
2025-01-29 23:53:57 +01:00
},
"dotnet-outdated-tool": {
"version": "4.6.4",
"commands": [
"dotnet-outdated"
],
"rollForward": false
2025-01-29 23:26:50 +01:00
}
}
}