You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to build a Visual Basic project with target framework v4.7.2 via dotnet build on linux. As far as I know this should be possible when using the package Microsoft.NETFramework.ReferenceAssemblies as described here.
Nevertheless the build job is failing with vbc : error BC2017: could not find library 'Microsoft.VisualBasic.dll'. I can't figure out what I'm doing wrong. The nuget package definitely contains the dll but the build on linux somehow doesn't find it.