Notifications support for net4.8 #592
Unanswered
daniell0gda
asked this question in
Q&A
Replies: 1 comment
-
Hi @daniell0gda, the Notifications component from WCT 7.x was moved to Toolkit Labs for maintenance and usage on UWP only. For other desktop apps using the Windows App Sdk, we recommend using the Notification APIs provided by the platform. See the quick start guide for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am using winforms2 so I am stuck with net4.8 but I thought it's okay because
Microsoft.Toolkit.Uwp.Notifications
says that it supports net461 but...!When building I've got this error:
I've only used this code:
Basically it needs
Windows.Foundation.FoundationContract
but minimal framework for this package is .NET 5.What to do? how to live?
Beta Was this translation helpful? Give feedback.
All reactions