How should I gather Hardware Info if System.Management.dll is not compatible with Dot Net Core.
System.Management.dll
How do I get the Machine info like Processo
You need to install Microsoft.Windows.Compatibility in your .Net core project to be able to reference System.Management.dll.
Microsoft.Windows.Compatibility