Skip to content

Instantly share code, notes, and snippets.

@jzwang-dev
Created February 22, 2021 15:17
Show Gist options
  • Save jzwang-dev/1198871516b549a426da81ff2a872f37 to your computer and use it in GitHub Desktop.
Save jzwang-dev/1198871516b549a426da81ff2a872f37 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- 省略... -->
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<codeBase version="11.0.0.0" href="bin/V11/Newtonsoft.Json.dll"/>
<codeBase version="12.0.0.0" href="bin/V12/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