Adding support for .NET 5 via the net5.0-windows10.0.17763.0 TFM. Turns out that the preview version of Microsoft.Toolkit.Uwp.Notifications I was using wasn't fully supported, so I upgraded to version 7.0.2.
I am just wondering if I have to reference net5.0-windows10.0.17763.0 in every package (Even the Linux/Apple ones)? That's the only way I got this working.
Adding support for .NET 5 via the
net5.0-windows10.0.17763.0
TFM. Turns out that the preview version ofMicrosoft.Toolkit.Uwp.Notifications
I was using wasn't fully supported, so I upgraded to version 7.0.2. I am just wondering if I have to referencenet5.0-windows10.0.17763.0
in every package (Even the Linux/Apple ones)? That's the only way I got this working.Fixes: https://github.com/pr8x/DesktopNotifications/issues/4
CC: @maxkatz6