How to add .Net Core built-in assembly, say, System.Windows.Forms, to a C# project in VS Code?
This can easily be done in Visual Studio by using the Reference Manager. However, I got stuck with VS Code. There is tutorial on how to add assembly from NuGet Package but I couldn't find one about adding .Net Core assembly.