Skip to content

Commit bbf5e48

Browse files
authored
Merge pull request #10174 from NuGet/main
[FI] main to dev
2 parents 85fb5ce + a4b3c64 commit bbf5e48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/NuGetGallery/Web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,10 @@
613613
<assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
614614
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/>
615615
</dependentAssembly>
616+
<dependentAssembly>
617+
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
618+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
619+
</dependentAssembly>
616620
<dependentAssembly>
617621
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
618622
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>

0 commit comments

Comments
 (0)