InkForge/.config/dotnet-tools.json
2024-02-16 02:21:30 +01:00

18 lines
No EOL
289 B
JSON

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