PowerShell / MMI

Other
25 stars 17 forks source link

Document about install environment #44

Open manupstairs opened 4 years ago

manupstairs commented 4 years ago

Hi, thanks for your great MMI library! I'm working on a WPF application. And I want to install MMI from NuGet. Then I find I can't install MMI in .NET 4.6.2 projects. But it can works if I choose a .NET Standard 2.0 library.

Is it possible to create a document about install environment? I want to know whether I have to add a .NET Standard 2.0 library to existing WPF project.

I will get this error when I install MMI in .NET 4.6.2 projects. Could not install package 'Microsoft.Management.Infrastructure.Runtime.Unix 2.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.2', but the package does not contain any assembly references or content files that are compatible with that framework.

Thanks.