Unable to install a package via Nuget in Visual Studio
I am trying to add this dependency (uPlibrary) to my Unity project via nuget. However, this does not work. Instead I get the following error message:
Error Could not install package 'uPLibrary 2.2.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
The pacakage explicitly says that it does not have any dependencies.
I am using Unity version 2018.3.8f1 and Visual Stuio 2017.
The following picture shows my solution explorer because I think the error might have something to do with the project being handled as Assembly-CSharp and not as a regular C#-Project.
Finally this is how my nuget explorer looks like:
did you solve your issue? I am having the same problem,did you solve your issue? Im having the same problem
Your answer
Follow this Question
Related Questions
VSCode Index Out Of Range On New Project (Unity 2019.3.0f6) 2 Answers
I am creating an asset how to I download package dependencies before compiling my assets scripts? 0 Answers
Files under "Packages" not available inside vscode 0 Answers
Warning This Unity Package has Package Manager dependencies - do I skip or install/upgrade? 1 Answer