Files
Terminal.Gui/NativeAot/Properties/launchSettings.json
2024-09-25 18:14:16 -06:00

13 lines
255 B
JSON

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