Skip to content
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

Consider using NuGet's new buildTransitive folder #252

Closed
bricelam opened this issue Jan 28, 2019 · 2 comments
Closed

Consider using NuGet's new buildTransitive folder #252

bricelam opened this issue Jan 28, 2019 · 2 comments

Comments

@bricelam
Copy link
Contributor

See Allow package authors to define build assets transitive behavior.

This could help the situation where you have ProjectA -> ProjectB -> SQLitePCL.raw and e_sqlite3.dll isn't copied to the output directory of ProjectA.

@ericsink
Copy link
Owner

Oh that looks cool.

@bricelam
Copy link
Contributor Author

Wahoo! I'm removing PrivateAssets="none" from Microsoft.Data.Sqlite in dotnet/efcore#27191 which was in place to help mitigate this. (It propagated SQLitePCLRaw's build assets one more level into the user's project.)

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

2 participants