Grabacr07 / VirtualDesktop

C# wrapper for the Virtual Desktop API on Windows 11.
MIT License
633 stars 134 forks source link

Couldn't install on .NET 4.5.2 #18

Open cshaa opened 7 years ago

cshaa commented 7 years ago

Visual Studio 2015 throws this error: Could not install package 'VirtualDesktop 1.0.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', 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.

Grabacr07 commented 7 years ago

.NET 4.5.2 is not supported, so please target .NET 4.6 or later. This library is for Windows 10, and Windows 10 includes .NET 4.6.