The NuGet package Selenium.PhantomJS.WebDriver, on building the project, it copies PhantomJS.exe to the bin folder. With classic .Net it works very well.
The problem is that with .NetCore this doesn't work. I could add the file to the solution directly, specifying to copyOnBuild but I would like to avoid it. Any suggestions?
Thanks.