Created
July 20, 2017 05:04
-
-
Save aetos382/f2e1ae4be9a4dda6879c0f8693a9a943 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <configuration> | |
| <runtime> | |
| <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| <dependentAssembly> | |
| <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/> | |
| <codeBase version="10.0.0.0" href="bin/Newtonsoft.Json.10.0.0.0/Newtonsoft.Json.dll"/> | |
| </dependentAssembly> | |
| </assemblyBinding> | |
| </runtime> | |
| </configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment