Add Wix dotnet-tools.json

This commit is contained in:
Jordan Dominion
2023-07-02 03:43:36 -04:00
parent c9a73c2af9
commit e13aa79efe
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"wix": {
"version": "4.0.1",
"commands": [
"wix"
]
}
}
}