Skip to content

Commit 0e2b4c2

Browse files
Remove binding redirects
1 parent 9e0fb6c commit 0e2b4c2

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>7.0.0.8</Version>
4-
<AssemblyVersion>7.0.0.8</AssemblyVersion>
3+
<Version>7.0.0.9</Version>
4+
<AssemblyVersion>7.0.0.9</AssemblyVersion>
55
<Authors>Webprofusion Pty Ltd</Authors>
66
<Company>Webprofusion Pty Ltd</Company>
77
<Product>Certify Certificate Manager - Community Edition [dev version via github]</Product>

src/Certify.Service/App.config

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
</dependentAssembly>
1313

1414
<!-- Azure resource manager references an old version of Azure Core but other azure libraries reference 1.32.0.0-->
15-
<dependentAssembly>
15+
<!-- <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>
19+
-->
20+
<!-- <dependentAssembly>
2021
<assemblyIdentity name="System.ClientModel" publicKeyToken="92742159e12e44c8" culture="neutral" />
2122
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0"/>
2223
</dependentAssembly>
24+
-->
2325

2426
<!-- Azure Core references an old version of System.Diagnostics.DiagnosticSource via Azure.Identity > Azure.Core.Pipeline.DiagnosticScopeFactory 1.32.0.0-->
2527
<!-- application insights also references v5.0, so we overide that here and also reference 7.x in the service and the plugins.all -->
@@ -30,16 +32,18 @@
3032
-->
3133

3234
<!-- Azure resource manager references an old version of Microsoft.Bcl.AsyncInterfaces-->
33-
<dependentAssembly>
35+
<!-- <dependentAssembly>
3436
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
3537
<bindingRedirect oldVersion="0.0.0.0-9.0.0.4" newVersion="9.0.0.4"/>
3638
</dependentAssembly>
39+
-->
3740

3841
<!-- Azure.Identity manager references 4.49.1 and Microsoft.Data.SqlClient references 4.47.2 -->
39-
<dependentAssembly>
42+
<!-- <dependentAssembly>
4043
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
4144
<bindingRedirect oldVersion="0.0.0.0-4.70.1.0" newVersion="4.70.1.0"/>
4245
</dependentAssembly>
46+
-->
4347

4448
</assemblyBinding>
4549
</runtime>

0 commit comments

Comments
 (0)