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.05k stars 257 forks source link

Migrated to Net Core 3.1 #120

Closed alexx-grand closed 4 years ago

Meetsch commented 4 years ago

@alexx-grand and @gmamaladze I'm also interested in .net core 3.1 support to avoid relying on .net framework being installed. Therefore I've looked at the build issue and found that the travis-CI error is about dotnet restore not reaching nuget.org, it seems as known issue which can be easily fixed: https://travis-ci.community/t/oneget-and-nuget-exe/3750

Hope it help. Thanks for the great work on GlobalMouseHook !

alexx-grand commented 4 years ago

@alexx-grand and @gmamaladze I'm also interested in .net core 3.1 support to avoid relying on .net framework being installed. Therefore I've looked at the build issue and found that the travis-CI error is about dotnet restore not reaching nuget.org, it seems as known issue which can be easily fixed: https://travis-ci.community/t/oneget-and-nuget-exe/3750

Hope it help. Thanks for the great work on GlobalMouseHook !

Thanks @Meetsch

Meetsch commented 4 years ago

@gmamaladze is there anything blocking the merge of vNext into Master and the publication of a new release?