I am working on a project in C# and multiple times I have installed nuget packages and put the latest version but then I get errors that it can't find a completely different version number.
Here is one nuget package that I had this problem with:
and this is the version that is added to my project:
I am not sure why this is happening but if anyone has had this issue how have you fixed it? The way I've looked up how to fix this was not bringing me any results. Thank you
Edit: thought id also show the error my service gets from it when starting