I am facing below issue in .Net Core. I have added Microsoft.VisualBasic nuget package to .Net Core class library but still getting issue.
The type or namespace name 'FileIO' does not exist in the namespace 'Microsoft.VisualBasic' (are you missing an assembly reference?)
I didn't get above issue in .Net framework.
How to resolve above issue