I have a project that depends on various other projects and nuget packages, some reference different versions of AsynxEx library. As a result of upgrading to 5.0.0 on my project I now encounter:
Could not resolve type with token 0100003b (from typeref, class/assembly Nito.AsyncEx.AwaitableDisposable1, Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null)
and have been unable to resolve this runtime error even with specifying the exact version of AsyncEx in the current project as 5.0.0.
I have a project that depends on various other projects and nuget packages, some reference different versions of AsynxEx library. As a result of upgrading to 5.0.0 on my project I now encounter:
Could not resolve type with token 0100003b (from typeref, class/assembly Nito.AsyncEx.AwaitableDisposable1, Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null)
and have been unable to resolve this runtime error even with specifying the exact version of AsyncEx in the current project as 5.0.0.