Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Jan 29, 2026

Translation layer targets netstandard2.0 but depends on object model that has net8.0 target, which will restore net8.0 object model in consuming project if the project supports net8.0 or newer.

To avoid this mixup of dependencies, add target for the translation layer. Especially since we already support .NET Framework explicitly.

Remove dependency dlls that we already ship in object model package, and fix dependencies on newtonsoft and object model for netstandard2.0.

@nohwnd nohwnd added this to the 18.5 milestone Jan 29, 2026
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