Skip to content

Commit 61e5c18

Browse files
authored
Fix binding redirect (#10214)
1 parent bac0448 commit 61e5c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
</dependentAssembly>
536536
<dependentAssembly>
537537
<assemblyIdentity name="System.Text.Json" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
538-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.4" newVersion="8.0.0.4"/>
538+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.5" newVersion="8.0.0.5"/>
539539
</dependentAssembly>
540540
<dependentAssembly>
541541
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>

0 commit comments

Comments
 (0)