Skip to content
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

chore: Adjust nav sample to properly navigate with to from query #860

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eriklimakc
Copy link
Contributor

Closes #859

Changes include:

  • update uno.sdk to latest
  • remove workaround for WindowsSdkPackageVersion
  • adjust sample to properly navigate using To/FromQuery without static string

@eriklimakc eriklimakc requested a review from kazo0 January 16, 2025 17:59
net8.0-desktop;
net8.0-browserwasm;
</TargetFrameworks>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.26100;net8.0-browserwasm;net8.0-desktop</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it necessary to bump the net8.0-windows10 TFM? I see some build failures surrounding this on the CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Navigation] Sample app needs to be changed for ToQuery/FromQuery usages
2 participants