What version of Docker.DotNet?:
Steps to reproduce the issue:
- Install Docker.DotNet 3.125.4 and last version of Docker.DotNet.X509 (3.125.2) in the same project
- Create docker client with certificate credentials
var credentials = new CertificateCredentials(clientCertificate);
var configuration = new DockerClientConfiguration(uri, credentials, m_Options.Timeout.GetValueOrDefault());
return configuration.CreateClient();
- This code with fail with exception
System.IO.FileNotFoundException: Could not load file or assembly 'Docker.DotNet, Version=3.125.2.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'Docker.DotNet, Version=3.125.2.0, Culture=neutral, PublicKeyToken=null'
Additional information:
Probably you should bump up the version of Docker.DotNet.X509 package and update its dependency on Docker.DotNet.
What version of Docker.DotNet?:
Steps to reproduce the issue:
Additional information:
Probably you should bump up the version of Docker.DotNet.X509 package and update its dependency on Docker.DotNet.