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

ICU4N.Resources: Include Newtonsoft.Json binaries so we don't conflict with consumers #89

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

NightOwl888
Copy link
Owner

ICU4N.Resources + ICU4N.Resources.NETFramework4.0: Added ICU4N.Resources.PackJsonSerializer.targets file to package Newtonsoft.Json.dll inside of our .nupkg files so we don't interfere with referencing Newtonsoft.Json in the consuming project or one of its transitive dependencies.

This will prevent any potential DLL hell issues that would happen for end users if we have a private dependency on Newtonsoft.Json.

Newtonsoft.Json is MIT licensed, and we are packing the license file with the DLL.

…ces.PackJsonSerializer.targets file to package Newtonsoft.Json.dll inside of our .nupkg files so we don't interfere with referencing Newtonsoft.Json in the consuming project or one of its transitive dependencies.
@NightOwl888 NightOwl888 merged commit 1586136 into main Oct 14, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant