Skip to content

Adopt Nuget 3 RID for native asset deployment #1341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
damageboy opened this issue Jul 16, 2016 · 3 comments
Closed

Adopt Nuget 3 RID for native asset deployment #1341

damageboy opened this issue Jul 16, 2016 · 3 comments

Comments

@damageboy
Copy link

Nuget 3.0 add the ability for packages to include (either via dependent packages or via runtimes/ inside the package) native assets.

For a more complete description:
http://www.natemcmaster.com/blog/2016/05/19/nuget3-rid-graph/

As the current deployment mechanics rely on some custom MSBuild trickery, I would like to start a discussion around adopting a more "standardized" approach for packaging and deploying native dependencies in libgit2sharp (Not that it exists)

Are there any thoughts / previous discussions around this?
I didn't see any nuget 3 / RID related discussions before...

@bording
Copy link
Member

bording commented Jul 16, 2016

Hey @damageboy,

This is already in progress!

Take a look at libgit2/libgit2sharp.nativebinaries#40.

@damageboy
Copy link
Author

Thanks I will follow that issue :)

@ethomson
Copy link
Member

ethomson commented Aug 3, 2016

Note that beginning with 0.23.0-pre20160803182831, we build packages that are compatible with the new project.json standards.

Please open an issue if you have trouble working with net451 project.json projects. (Note that we do not yet support .NET Core).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants