Skip to content

Commit

Permalink
Add missing Binding Redirect for Examples.AspNet project (#1418)
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <[email protected]>
  • Loading branch information
tbolon and cijothomas authored Oct 31, 2023
1 parent 4c5197f commit e85c1e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/AspNet/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<assemblyIdentity name="System.Text.Encodings.Web" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.0.0.2" newVersion="7.0.0.2"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit e85c1e3

Please sign in to comment.