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()).
As I understood you can change the TFM through csproj, and it worked in my test visual studio project, but I can’t find the related csproj for my unity project.
I’ll appreciate any help regarding to this problem.
Fatemeh Zare is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.