dot/scripts/switcher.nsext.json
2023-12-13 18:43:53 +08:00

17 lines
265 B
JSON

{
"solution": "Dot.sln",
"mappings": {
"NSExt": "../refs/ns-ext/src/NSExt/NSExt.csproj"
},
"restore": [
{
"name": "Dot",
"packages": [
{
"packageName": "NSExt",
"version": "1.1.0"
}
]
}
]
}