Files
Terminal.Gui/NativeAot/Properties/launchSettings.json

13 lines
255 B
JSON

{
"profiles": {
"NativeAot": {
"commandName": "Project"
},
"WSL : UICatalog": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "dotnet NativeAot.dll",
"distributionName": ""
}
}
}