-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use System.Text.Json in plugin over Newtonsoft (#665)
Thinking about the build issue in #664 and how adding STJ fixed it (still not sure why) I decided it's probably preferable to use STJ over Newtonsoft, as then we can remove it from the solution. Replaces Netwonsoft with STJ in the plugin. Retarget to net481 (latest netfx release) after anecdotal evidence from Photon discord that this works OK. This should fix most of our woes with packages not being supported
- Loading branch information
1 parent
d29952b
commit c53eddb
Showing
13 changed files
with
726 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.