This changes how the native libraries show up in the bin folder for frameworks that don't know how to directly resolve from the runtimes folder.
This change to always using the runtimes structure will allow for a unification of native library loading logic on the LibGit2Sharp side, which I'll be raising a PR for the changes needed there as well.
Based on #51, so that should be merged first.
This changes how the native libraries show up in the bin folder for frameworks that don't know how to directly resolve from the runtimes folder.
This change to always using the runtimes structure will allow for a unification of native library loading logic on the LibGit2Sharp side, which I'll be raising a PR for the changes needed there as well.