I want to know if there is any alternative in .NET Core o .NET Standard for consuming Microsoft.VisualBasic functions.
I already know that in .NET Standard 2.0 that is in preview we can add .NET Framework dll without the mscorlib issue.
But actually .NET Standard 1.6 is the stable version and I prefer no to use preview version.