pr8x / DesktopNotifications

A cross-platform C# library for native desktop "toast" notifications.
MIT License
182 stars 32 forks source link

Add support for .NET 5 #6

Closed pr8x closed 3 years ago

pr8x commented 3 years ago

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.

Fixes: https://github.com/pr8x/DesktopNotifications/issues/4

CC: @maxkatz6