You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Currently a net40 dll is released. This version does not work using .NET Core 3.0. Reason is the use of Mutex.SetAccessControl. In .NET Core this is an extension method instead of an instance method in NET40.
Request: use a multitarget project and also release a .NET Core 3.0 version.
I already tried this and it builds and runs without any code changes.
tig, stephenjeffreywhite, jhonnycano, fernandreu, ericoporto and 8 morejenokizm