When debugging and deploying a new .NET MAUI project to Windows, the default behavior is to deploy an unpackaged app. https://learn.microsoft.com/en-us/dotnet/maui/windows/setup?view=net-maui-9.0
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"profiles": {
|
|
"Windows Machine": {
|
|
"commandName": "Project",
|
|
"nativeDebugging": false
|
|
}
|
|
}
|
|
} |