Works from the web UI without issue.
We tested installing the package in a .NET Core console app and a .NET Framework console app
(core being PackageReference style and Framework being packages.config style) and found that
the Core project installed just fine, but the Framework project was only able to install the
package if we omit the -Version argument using the Package Manager Console in VS.
I ran the below in the package manager window of both.
install-package Selenium.WebDriver.ChromeDriver -Version 103.0.5060.5300 -Source https://(redacted)/nuget/approved-nuget/v3/index.json
Test console app 1 - .Net Core 3.1 LTS
Test console app 2 - .Net Framework 4.7.2
- This did not work
- I also attempted to download via NuGet Package manager > "Manage packages for this project", selecting 103.0.5060.5300