Skip to content

Commit

Permalink
Update assembly-bindings.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Nov 9, 2023
1 parent b36b47f commit c67e83d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions assembly-bindings.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,25 @@ The content of this file may change for each version of EntraCP, make sure to us
<assemblyIdentity name="Microsoft.Kiota.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.5.0.0-1.6.0.0" newVersion="1.6.1.0"/>
</dependentAssembly>
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="6.0.0.0" newVersion="6.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="6.22.0.0" newVersion="7.0.3.0"/>
</dependentAssembly>
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="4.0.1.2" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="4.0.1.1" newVersion="4.0.1.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="4.0.4.1" newVersion="6.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

0 comments on commit c67e83d

Please sign in to comment.