zaagan
1/29/2019 - 6:13 AM

Windows Utilities

Install the package manually

SOURCE: https://stackoverflow.com/questions/44027526/unable-to-load-package-microsoft-net-native-sharedlibrary-x64

  • Download the package from the nuget.org.
  • User nuget add command line and add the package to the global package folder C:\Users\<UserName>\.nuget\packages

Syntax: nuget add packagePath -Source sourcePath

Example: nuget add "microsoft.net.native.sharedlibrary-x64.1.6.1.nupkg" -source "C:\Users\<UserName>\.nuget\packages"