pr8x / DesktopNotifications

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

.NET Standard #7

Closed nlogozzo closed 2 years ago

nlogozzo commented 2 years ago

Can this library support .NET standard and not .NET Core 3

pr8x commented 2 years ago

It's possible now to target .netstandard 2.0. However, on Windows some of the UWP Notifications API is not available under this TFM.