Skip to content

Commit 58cfa48

Browse files
authored
Fixed assembly bindings (#9905)
1 parent 6400fdf commit 58cfa48

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/NuGetGallery/Web.config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,22 @@
586586
</system.diagnostics>
587587
<runtime>
588588
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
589+
<dependentAssembly>
590+
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
591+
<bindingRedirect oldVersion="0.0.0.0-7.3.1.0" newVersion="7.3.1.0"/>
592+
</dependentAssembly>
593+
<dependentAssembly>
594+
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
595+
<bindingRedirect oldVersion="0.0.0.0-7.3.1.0" newVersion="7.3.1.0"/>
596+
</dependentAssembly>
597+
<dependentAssembly>
598+
<assemblyIdentity name="Microsoft.IdentityModel.JsonWebTokens" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
599+
<bindingRedirect oldVersion="0.0.0.0-7.3.1.0" newVersion="7.3.1.0"/>
600+
</dependentAssembly>
601+
<dependentAssembly>
602+
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
603+
<bindingRedirect oldVersion="0.0.0.0-7.3.1.0" newVersion="7.3.1.0"/>
604+
</dependentAssembly>
589605
<dependentAssembly>
590606
<assemblyIdentity name="WebGrease" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
591607
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>

0 commit comments

Comments
 (0)