Unity missing assembly after nuget import?
So I recently imported System.Management.Automation.dll from microsoft.powershell.sdk.6.1.2.nupkg (lastest version I think to have the compatible .net standard framework), and it recognized the
however it gave me this error:
"Assembly 'Assets/Plugins/System.Management.Automation.dll' will not be loaded due to errors:
Unable to resolve reference 'Microsoft.Management.Infrastructure'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector."
How can I resolve this issue? Thanks in advance.
however it gave me this error:
"Assembly 'Assets/Plugins/System.Management.Automation.dll' will not be loaded due to errors:
Unable to resolve reference 'Microsoft.Management.Infrastructure'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector."
How can I resolve this issue? Thanks in advance.