Search code examples
c++visual-studiounity-game-enginewindows-10-universalil2cpp

Cannot install packages using Nuget


I am unable to install any packages to my Unity UWP project ouput in visual stuio using nuget(VS solution is in C++). I get "Could not install package 'xxxxx'. You are trying to install this package into a project that targets 'native,Version=v0.0', but the package does not contain any assembly references or content files that are compatible with that framework."

I have unity version 2019 and Visual studio 2019 installed.


Solution

  • so the sentence "but the package does not contain any assembly references or content files that are compatible with that framework" says all...