This is quite a problem for NuGet which requires that the package being installed provides the assemblies for the projects target framework. NET framework subset is in use to make it compatible with Unity. To take this into account, the project in Visual Studio has a custom target framework set, which ensures that the right. To understand the issue, it's important to know that Unity builds on the Mono framework and doesn't really use.
For more information, contact the package author.
#Visual studio tools for unity 2019 install#
You are trying to install this package into a project that targets '.NETFramework,Version=v3.5,Profile=Unity Web v3.5', but the package does not contain any assembly references or content files that are compatible with that framework. A naive attempt to install a random NuGet package into the UnityVS project will most likely fail with an error similar to the following one:Ĭould not install package 'LightMessageBus 1.0.0'. NuGet package manager is one such feature, simplifying the referencing of third party libraries in own projects. NET developers to become tempted to use all of the Visual Studio features available to them. Visual Studio Tools for Unity enable the convenience of developing Unity scripts inside Visual Studio. NuGet Unity Visual Studio NuGet Incompatibility