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

Extract dependencies to normal nuget references #1806

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Oct 20, 2020

To be a good citizen, we should not be embedding nuget references. Doing this also simplifies extending handlers in Eto.Wpf and Eto.WinForms as you don't have to reference Extended.Wpf.Toolkit or WindowsAPICodePack manually.

Note that this means you'll get extra dll's when compiling for WPF or WinForms, but now you will have control over the version of said assemblies. 🎉

@cwensley cwensley force-pushed the curtis/wpf-be-normal-nuget-eh branch from 58dd3a6 to 2231f4c Compare October 20, 2020 22:38
@cwensley cwensley added this to the 2.5.7 milestone Oct 20, 2020
@cwensley cwensley merged commit 1ef0fec into picoe:develop Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant