InkForge/.config/dotnet-tools.json

18 lines
289 B
JSON
Raw Normal View History

2024-02-02 18:46:24 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.1",
"commands": [
"dotnet-ef"
]
2024-02-07 22:16:59 +01:00
},
"dotnet-aspnet-codegenerator": {
"version": "8.0.0",
"commands": [
"dotnet-aspnet-codegenerator"
]
2024-02-02 18:46:24 +01:00
}
}
}