Dependency conflict after update to MilestoneSystems.VideoOS.Platform.SDK 26.1.1

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.

The NuGet dependencies found here says:
System.IdentityModel.Tokens.Jwt (>= 6.35.0)

I will have Milestone Development investigate and will post an update here when I have feedback..