Closed rodrigokono closed 6 years ago
If your dotnet core project has in dependencies the packages below, a error you have:
"Selenium.Support": "2.53.1", "Selenium.WebDriver": "2.53.1"
This has been fixed on 2.0.0, but it doesn't support project.json anymore, just .csproj.
2.0.0
project.json
.csproj
If your dotnet core project has in dependencies the packages below, a error you have: