Skip to content

Commit 1e6329b

Browse files
committed
Remove unnecessary binding redirect (#7989)
Progress on https://github.com/NuGet/Engineering/issues/3128
1 parent 47b1a44 commit 1e6329b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/NuGetGallery/Web.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,10 +640,6 @@
640640
<assemblyIdentity name="Microsoft.ApplicationInsights" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
641641
<bindingRedirect oldVersion="0.0.0.0-2.12.0.21496" newVersion="2.12.0.21496"/>
642642
</dependentAssembly>
643-
<dependentAssembly>
644-
<assemblyIdentity name="MessagePack" publicKeyToken="B4A0369545F0A1BE" culture="neutral"/>
645-
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0"/>
646-
</dependentAssembly>
647643
<dependentAssembly>
648644
<assemblyIdentity name="EntityFramework" publicKeyToken="B77A5C561934E089" culture="neutral"/>
649645
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>

0 commit comments

Comments
 (0)