I created a WpfApplication in C# (with Visual Studio Community 2015) and i'd like to send some windows 10 notifications. I think that I'm supposed to use "ToastContent" then add it into a "ToastNotification",...
I've add "Microsoft.Toolkit.Uwp.Notification" but I can't add "Microsoft.Toolkit.Uwp.UI" (that I think is needed to display the notification). It says :
Could not install package 'Microsoft.Toolkit.Uwp 1.2.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package does not contain any assembly references or content files that are compatible with that framework.
What can I do to install this package ? Or is there another solution to launch a windows 10 notification ?
Thank you :)