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

Make Kestrel work automatically when installed into a .csproj project #696

@halter73

Description

@halter73

Right now Kestrel breaks when used from a classic .NET project using MSBuild, because libuv.dll is not automatically copied to the build's output directory. This can be worked around by manually adding libuv to the referencing project and configuring it to be copied. NuGet can do this for us though.

@natemcmaster pointed out that Microsoft.Data.Sqlite already does this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions