Skip to content

Instantly share code, notes, and snippets.

@jzwang-dev
Last active February 21, 2021 01:45
Show Gist options
  • Save jzwang-dev/9c0d02e50e1a7d18efee32ec9c17c72d to your computer and use it in GitHub Desktop.
Save jzwang-dev/9c0d02e50e1a7d18efee32ec9c17c72d 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" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="11.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<!-- 省略... -->
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment