4,152 questions
You cannot build or run Windows apps on Mac.
If you're looking for info on building a MAUI MacCatalyst app from the Mac's command line see Build a Mac Catalyst app with .NET CLI and Publish a .NET MAUI app for macOS
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I used this command to deploy on windows:
dotnet publish -f net6.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true /p:PackageCertificateThumbprint="c01ba45666762f3615cf6813aeb4dc4b1919541d"
How is done in MAC?
Thanks,
You cannot build or run Windows apps on Mac.
If you're looking for info on building a MAUI MacCatalyst app from the Mac's command line see Build a Mac Catalyst app with .NET CLI and Publish a .NET MAUI app for macOS