InkForge/.config/dotnet-tools.json

18 lines
289 B
JSON
Raw Permalink Normal View History

2024-02-02 18:46:24 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
2024-04-05 12:31:34 +02:00
"version": "8.0.3",
2024-02-02 18:46:24 +01:00
"commands": [
"dotnet-ef"
]
2024-02-07 22:16:59 +01:00
},
"dotnet-aspnet-codegenerator": {
2024-02-16 02:21:30 +01:00
"version": "8.0.1",
2024-02-07 22:16:59 +01:00
"commands": [
"dotnet-aspnet-codegenerator"
]
2024-02-02 18:46:24 +01:00
}
}
}