launchSettings.json 255 B

12345678910111213
  1. {
  2. "profiles": {
  3. "NativeAot": {
  4. "commandName": "Project"
  5. },
  6. "WSL : NativeAot": {
  7. "commandName": "Executable",
  8. "executablePath": "wsl",
  9. "commandLineArgs": "dotnet NativeAot.dll",
  10. "distributionName": ""
  11. }
  12. }
  13. }