InkForge/.config/dotnet-tools.json
2024-04-05 12:31:34 +02:00

18 lines
No EOL
289 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.3",
"commands": [
"dotnet-ef"
]
},
"dotnet-aspnet-codegenerator": {
"version": "8.0.1",
"commands": [
"dotnet-aspnet-codegenerator"
]
}
}
}