You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think current version of System.Reflection.TypeExtensions in your library is 4.1.0 and my project already has one library that has uses TypeExtensions with version >=4.3.0. So, it is giving me this error ...
Severity Code Description Project File Line Suppression State
Error NU1605 Detected package downgrade: System.Reflection.TypeExtensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version.
ScClient.Unity -> LitJson 0.13.0 -> NETStandard.Library 1.6.1 -> System.Linq.Expressions 4.3.0 -> System.Reflection.TypeExtensions (>= 4.3.0)
ScClient.Unity -> LitJson 0.13.0 -> System.Reflection.TypeExtensions (>= 4.1.0) ScClient C:\Users\SAC\RiderProjects\ScClient.Unity\ScClient\ScClient.csproj 1
The text was updated successfully, but these errors were encountered:
I think current version of System.Reflection.TypeExtensions in your library is 4.1.0 and my project already has one library that has uses TypeExtensions with version >=4.3.0. So, it is giving me this error ...
The text was updated successfully, but these errors were encountered: