I updated the version of MilestoneSystems.VideoOS.Platform.SDK in my .NET project to 26.1.1.
Now when I try to login to a server using VideoOS.Platform.SDK.Environment.LoginI get an error that there is a version mismatch in the dependencies:
System.IO.FileLoadException : Could not load file or assembly ‘System.IdentityModel.Tokens.Jwt, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference.
It works again if I reference the 8.14 versions as primary dependencies in my project.