As I implement Vonk FHIR Facade using the link, I've performed all steps successfully uptil this point and placed the resulting dlls in plugins directory.
Now when I start the Vonk server, it fails with following error:
Startup Failed: Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublishToken=xxxxxxxxxx' The system cannot find the file specified.
I've build my Vonk Facade project in .NET Core 2.1.
Any solution or workaround would be highly appreciated.