Publish Failure of Class Library with WinAppSdk dependency
I have added a class library that references WinAppSDK. Now I am unable to publish my program.
I don't encounter any errors while building, only while publishing.
Does the class library require any specific files, such as an app.manifest, to run since I have referenced WinAppSdk?
1 Reply
I added the flag to publish WinAppSdk in self-contained mode in the .csproj of the class library. Now I'm encountering the error:
This issue is puzzling because the platform is indeed set to win-x64.