Install the package manually
SOURCE: https://stackoverflow.com/questions/44027526/unable-to-load-package-microsoft-net-native-sharedlibrary-x64
C:\Users\<UserName>\.nuget\packages
Syntax: nuget add packagePath -Source sourcePath
nuget add packagePath -Source sourcePath
Example: nuget add "microsoft.net.native.sharedlibrary-x64.1.6.1.nupkg" -source "C:\Users\<UserName>\.nuget\packages"
nuget add "microsoft.net.native.sharedlibrary-x64.1.6.1.nupkg" -source "C:\Users\<UserName>\.nuget\packages"