Releasing apps #10125
Unanswered
Ruttie2006
asked this question in
Q&A
Releasing apps
#10125
Replies: 1 comment 4 replies
-
You can find documentation about WinUI 3/WinAppSDK here. By default, Uno apps use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a WinUI3 Uno project, but if I set the configuration to
Release|x64
, I do get an exe, but running it doesn't do anything.Can anyone explain to me why?
Did I miss some docs somewhere?
PS: I also tried running the dll with
dotnet ProjectName.Windows.dll
, but I got anBadImageFormatException
.Beta Was this translation helpful? Give feedback.
All reactions