You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: