Skip to content

Commit 6ebbcd0

Browse files
authored
Add missing binding redirect for Microsoft.Owin (#9256)
1 parent aa80204 commit 6ebbcd0

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
@@ -609,7 +609,7 @@
609609
</dependentAssembly>
610610
<dependentAssembly>
611611
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
612-
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0"/>
612+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
613613
</dependentAssembly>
614614
<dependentAssembly>
615615
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>

0 commit comments

Comments
 (0)