Skip to content

Commit

Permalink
Fix 14.1.1.0 .Net Core build GH failures.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.1.0-core/": change = 112089]
  • Loading branch information
lsho committed Oct 22, 2024
1 parent ef2eaaf commit c8104ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<remote-certificate-validator>
<delegate>
<type>static</type>
<class-name>Tangosol.Net.Ssl.CertificateValidatorNonWindows, Coherence.Tests</class-name>
<class-name>Tangosol.Net.Ssl.CertificateValidatorNonWindows, Coherence.Core.Tests</class-name>
<method-name>IgnoreCommonNameCertificateValidation</method-name>
</delegate>
</remote-certificate-validator>
Expand Down Expand Up @@ -103,7 +103,7 @@
<remote-certificate-validator>
<delegate>
<type>static</type>
<class-name>Tangosol.Net.Ssl.CertificateValidatorNonWindows, Coherence.Tests</class-name>
<class-name>Tangosol.Net.Ssl.CertificateValidatorNonWindows, Coherence.Core.Tests</class-name>
<method-name>IgnoreCommonNameCertificateValidation</method-name>
</delegate>
</remote-certificate-validator>
Expand Down Expand Up @@ -146,7 +146,7 @@
<remote-certificate-validator>
<delegate>
<type>static</type>
<class-name>Tangosol.Net.Ssl.CertificateValidatorNonWindows, Coherence.Tests</class-name>
<class-name>Tangosol.Net.Ssl.CertificateValidatorNonWindows, Coherence.Core.Tests</class-name>
<method-name>IgnoreCommonNameCertificateValidation</method-name>
</delegate>
</remote-certificate-validator>
Expand Down

0 comments on commit c8104ec

Please sign in to comment.