MatthewKing / DeviceId

A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
MIT License
794 stars 118 forks source link

Downgrade the System.Management dependency to version 6 for .net standard 2.0 #73

Closed artem-iron closed 1 year ago

artem-iron commented 1 year ago

Hi all!

Can we consider downgrading the System.Managementdependency to version 6 for .net standard 2.0 target of the DeviceId.Windows.Wmi package? It is currently dependent on version 7 which is incompatible with .net core 3.1 and .net 5 which are covered by the .net standard 2.0 umbrella.

Screenshot 2023-09-18 at 14 21 45

Thanks a lot for all this incredible work, by the way!