For context, please screenshot here: https://gist.githubusercontent.com/pldmgg/b87938d21ab9a0b0ab959d6ec12a967c/raw/b8e29882b6f0c0f4819dfd1bcb30f535297fd9e7/VSCodeOmniSharpIssue.png
When I hover over StructuredDataConfig.ParseJsonString in the below screeenshot below, I get a pop-up that says...
Assembly 'OpenScraping' with identity 'OpenScraping, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' uses 'System.Runtime, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [OpenScrapingTest_For_dotnet-script_cli.csx]
Also, as you can see in the PowerShell terminal in the screenshot, when I run dotnet script, I get the following... (see project branch I'm using here: https://github.com/filipw/dotnet-script/tree/feature/netcore20) (and also OpenScraping here: https://github.com/Microsoft/openscraping-lib-csharp)