-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve and update the MRTCore apps #47
Improve and update the MRTCore apps #47
Conversation
…get with the latest .NET 5 is newer.
…nt in 8.0 or 8.0.1. Confirmed builds and runs for x86 adn x64, for both Debug and Release. Also, removed Any CPU from the winforms sample.
LGTM, the only thing I would suggest is adding a note to the first section of the readme that the unpackaged samples are an experimental feature. Maybe: Note: The unpackaged sample apps reference an experimental version of the Windows App SDK. Unpackaged app deployment is not currently supported for use by apps in production environments. |
Done! But I added a link as well. If you think it's better left out, please lmk. |
* TF, TPMV, MTPV, MTPMV * NuGet package updates * Fixing build config for cs winui release * Don't override the .NET 5 targeting packages anymore. The version we get with the latest .NET 5 is newer. * Reverted the NuGet package upgrade. Dynamic Dependencies is not present in 8.0 or 8.0.1. Confirmed builds and runs for x86 adn x64, for both Debug and Release. Also, removed Any CPU from the winforms sample. * Add ARM64 support (only build verified so far) in winui apps and winforms app. * Temp commit. * WPF done. Winforms fix. * Addressed feedback. * Forgot to bold the Note part. * Addressed feedback.
This change does the following:
Verified
For all these sample apps, I verified that they build and run for x86 and x64, for both Debug and Release. For arm64, I just verified that they build for Debug and Release. Verifying that they run on arm64 will be done separately.