Visual Studio Code – Imports statement throwing compile error after upgrade to .NET 6
I've taken on the so far painful task of trying to port an old, semi-complex, proprietary library from .NET Framework 4.8 to .NET 6 (so basically making the jump from the old "Framework" to "Core"). I used the .NET Upgrade…