How to change target framework for a unity project with UWP platform (I need it to implement ToastNotification)
I have a Unity project in UWP platform. I want to implement ToastNotification for it. As It have found in Microsoft Docs, I have to change the TFM to net6.0-windows10.0.17763.0 to be able to use All APIs(including Show()).