The place for the VB community to join our collective voice! See https://github.com/CommunityVB/Main for more info.
<Target Name="SetVBRuntimePath" AfterTargets="ResolveAssemblyReferences">
<PropertyGroup>
<VBRuntime Condition="'%(ReferencePath.FileName)' == 'Microsoft.VisualBasic'">%(ReferencePath.Identity)</VBRuntime>
</PropertyGroup>
</Target>
OK... that is completely silly stupid (talking about VS).
Suggests to add a reference to Microsoft.VisualBasic
Can't do that (errors out) since it already is referenced. Removed the reference. Repeated process.
Compiles and runs in VS2019 Preview.