Skip to content

Commit

Permalink
The return of System.Net.Http assembly binding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Apr 17, 2024
1 parent e626b27 commit 887beeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Orchard.Web/Modules/Orchard.Glimpse/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
Expand Down
4 changes: 4 additions & 0 deletions src/Orchard.Web/Modules/Orchard.OpenId/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
<assemblyIdentity name="Microsoft.IdentityModel.Protocols.WsFederation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.codedom>
Expand Down

0 comments on commit 887beeb

Please sign in to comment.