Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade detected for System.Reflection.TypeExtensions. #92

Open
sacOO7 opened this issue Jul 30, 2018 · 1 comment
Open

Downgrade detected for System.Reflection.TypeExtensions. #92

sacOO7 opened this issue Jul 30, 2018 · 1 comment

Comments

@sacOO7
Copy link

sacOO7 commented Jul 30, 2018

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	

@sacOO7
Copy link
Author

sacOO7 commented Jul 30, 2018

To fix this I had to add
<NoWarn>$(NoWarn);NU1605</NoWarn>
under PropertyGroup of csproj. But I don't think it is a right fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant