Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

.NET Core 3.0 compatible #469

@msneijders

Description

@msneijders

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions