Skip to content

Commit

Permalink
update binding redirect for newtonsoft.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Oct 22, 2024
1 parent f0a3df5 commit 201337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iis/AspNetFullFrameworkSampleApp/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
<bindingRedirect oldVersion="0.0.0.0-13.0.0.3" newVersion="13.0.0.3"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="EB42632606E9261F" culture="neutral"/>
Expand Down

0 comments on commit 201337d

Please sign in to comment.