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

Add notification functionality from WinAppSDK #543

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

singhashish-wpf
Copy link
Contributor

@singhashish-wpf singhashish-wpf commented Apr 25, 2024

Add notification functionality from WinAppSDK

Microsoft Reviewers: Open in CodeFlow

@@ -2,10 +2,13 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>

Choose a reason for hiding this comment

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

FYI, we're bringing a fix to WinAppSDK 1.5 that should make this change unnecessary, it may be released this week. Once it's ready, let's use it and see if we can change this back to "net9.0-windows", etc.

Choose a reason for hiding this comment

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

I tried this out locally, it looks like we'll need to keep this like you have it for now :(

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

Successfully merging this pull request may close these issues.

3 participants