problem with net framework 4.6.1 #253
-
Problem with net framework 4.6.1 watsontcp 5 gave compatibility to the version and I thank you from the bottom of my heart but it cannot be installed for use with that version since the dependency that uses System.Text.Json needs mandatory use in its version 7 net framework 4.6.2 could you do something to correct this please and thanks for your attention |
Beta Was this translation helpful? Give feedback.
Answered by
jchristn
May 4, 2023
Replies: 1 comment
-
In that case you'll have to clone source, remove the dependency, and add something like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CrhistopherDiaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In that case you'll have to clone source, remove the dependency, and add something like
Newtonsoft.Json
and implement your own serialization helper.