sociallydistant/.config/dotnet-tools.json
Ritchie Frodomar 9d3911fb72 Fix dotnet tool manifest, so that --prerelease is no longer needed.
Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
2024-08-22 13:52:14 -04:00

18 lines
258 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-sdcb": {
"version": "1.0.0.164",
"commands": [
"sdcb"
]
},
"dotnet-sdfxc": {
"version": "1.0.0.164",
"commands": [
"sdfxc"
]
}
}
}