blob: 854a50aef62980fe40a4aad5c3ef88e871fc9537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.2",
"commands": [
"dotnet-ef"
]
},
"microsoft.web.librarymanager.cli": {
"version": "2.1.175",
"commands": [
"libman"
]
}
}
}
|