I have tried to install QrCode.net nugget package for an UWP application, but it writes the error for me:
using System.Drawing;
using System.Drawing.Imaging;
using System.Windows.Forms;
are not not exists.
Does anyone know any nugget package for UWP application that helps me to create and show a QR code that generated from a string? (UWP/C#)