nicoriff / ORMi

A Light-ORM for accesing WMI
MIT License
209 stars 28 forks source link

'System.Management 5.0.0' is not compatible with 'ORMi 3.2.0 constraint: System.Management (= 4.6.0)'. #33

Closed kevwkev closed 2 years ago

kevwkev commented 2 years ago

I am still getting this error: Unable to resolve dependencies. 'System.Management 5.0.0' is not compatible with 'ORMi 3.2.0 constraint: System.Management (= 4.6.0)'.

Originally posted by @kevwkev in https://github.com/nicoriff/ORMi/issues/32#issuecomment-940158455

nicoriff commented 2 years ago

I'm not able to reproduce the problem. Where are you getting that exception? Can you post the code?

kevwkev commented 2 years ago

ormi_1 ormi_2

Hi @nicoriff Here is the error message I get when trying to install ORMI 3.2.0 through the NuGet Package Manager in VS2019. My project already has System.Management 5.0 installed. Thanks

nicoriff commented 2 years ago

I updated the dependencies on nuget package and created version 3.2.0.1. Check it out in some minutes.

kevwkev commented 2 years ago

Thank you the update. I can install the Nuget package.