Skip to content

Installing MsgPack Nuget for UWP App References libc.dll; Store upload fails #206

@bunkerdives

Description

@bunkerdives

Somewhat similar to Issue #41, we are seeing that installing MsgPack.Cli from Nuget, for a UWP project, results in a dependency on libc.dll. This prevents projects including MsgPack from being capable of Windows Store upload, as compiling with the .NET Native toolchain will fail.

However, compiling the MsgPack source directly DOES result in a MsgPack.dll (Uwp project) which does NOT depend on libc.dll. Perhaps the Nuspec file needs to be updated so that installing via Nuget does not break the UWP store build (thus preventing Store upload)?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDetected as bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions