0
0
MyDarling/.config/dotnet-tools.json

18 lines
275 B
JSON
Raw Normal View History

2023-02-02 08:17:17 +03:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
2024-01-29 16:30:28 +03:00
"version": "8.0.1",
2023-02-02 08:17:17 +03:00
"commands": [
"dotnet-ef"
]
2023-02-10 08:03:29 +03:00
},
"microsoft.web.librarymanager.cli": {
"version": "2.1.175",
"commands": [
"libman"
]
2023-02-02 08:17:17 +03:00
}
}
}