I'm new to .NET Core and I'm having some issues referencing a DLL written in VB.NET.
I'm getting this exception:
Could not load type 'Microsoft.VisualBasic.TriState' from assembly 'Microsoft.VisualBasic, Version=10.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
When attempting to use a class from said DLL.
I've also got the Microsoft.VisualBasic
package installed via NuGet.
Any ideas of what I could try?