gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.04k stars 257 forks source link

Update NuGet package for .NET Core #154

Open Meetsch opened 2 years ago

Meetsch commented 2 years ago

Hi, It's been nearly 2 years that globalmousekeyhook supports .net core 3.1 Could you update the nuget package please ?

Meetsch commented 2 years ago

bump for an updated nuget package (to get .net core support using the convinient nuget binary package)

Yeah69 commented 2 years ago

I would be interested in a nuget package with .Net Core as well. Is there a road map what needs to be done before the next nuget release?

angela-yan commented 1 year ago

Maybe the package supports .net core 6 and 7. But when my .net core 3.1 project loads it from Nuget, it still shows warning: warning NU1701: Package 'MouseKeyHook 5.7.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.