Skip to content

Commit 043e1ef

Browse files
binding redirects
1 parent b0d93c3 commit 043e1ef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/Certify.Service/App.config

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88
<!-- System.Text.Encodings.Web : Azure.Security.KeyVault.Certificates.ImportCertificateOptions tries to load old version -->
99
<dependentAssembly>
1010
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-9.0.3.0" newVersion="9.0.3.0"/>
11+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.4" newVersion="9.0.0.4"/>
1212
</dependentAssembly>
1313

1414
<!-- Azure resource manager references an old version of Azure Core but other azure libraries reference 1.32.0.0-->
1515
<dependentAssembly>
1616
<assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral" />
1717
<bindingRedirect oldVersion="0.0.0.0-1.45.0.0" newVersion="1.45.0.0"/>
1818
</dependentAssembly>
19+
<dependentAssembly>
20+
<assemblyIdentity name="System.ClientModel" publicKeyToken="92742159e12e44c8" culture="neutral" />
21+
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0"/>
22+
</dependentAssembly>
1923

2024
<!-- Azure Core references an old version of System.Diagnostics.DiagnosticSource via Azure.Identity > Azure.Core.Pipeline.DiagnosticScopeFactory 1.32.0.0-->
2125
<!-- application insights also references v5.0, so we overide that here and also reference 7.x in the service and the plugins.all -->
@@ -28,13 +32,13 @@
2832
<!-- Azure resource manager references an old version of Microsoft.Bcl.AsyncInterfaces-->
2933
<dependentAssembly>
3034
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
31-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.3" newVersion="9.0.0.3"/>
35+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.4" newVersion="9.0.0.4"/>
3236
</dependentAssembly>
3337

3438
<!-- Azure.Identity manager references 4.49.1 and Microsoft.Data.SqlClient references 4.47.2 -->
3539
<dependentAssembly>
3640
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
37-
<bindingRedirect oldVersion="0.0.0.0-4.70.0.0" newVersion="4.70.0.0"/>
41+
<bindingRedirect oldVersion="0.0.0.0-4.70.1.0" newVersion="4.70.1.0"/>
3842
</dependentAssembly>
3943

4044
</assemblyBinding>

src/Certify.UI/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- required for SignalR client-->
99
<dependentAssembly>
1010
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.3" newVersion="9.0.0.3"/>
11+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.4" newVersion="9.0.0.4"/>
1212
</dependentAssembly>
1313
</assemblyBinding>
1414
</runtime>

0 commit comments

Comments
 (0)