MMI icon indicating copy to clipboard operation
MMI copied to clipboard

Document about install environment

Open manupstairs opened this issue 5 years ago • 0 comments

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.

manupstairs avatar Feb 14 '20 03:02 manupstairs