FileSqlServerSync/Server/.config/dotnet-tools.json

18 lines
261 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.28.2",
"commands": [
"dotnet-csharpier"
]
},
"dotnet-ef": {
"version": "8.0.6",
"commands": [
"dotnet-ef"
]
}
}
}