We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8694bb9 commit 9d6e67aCopy full SHA for 9d6e67a
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs
@@ -289,10 +289,6 @@ internal HttpClient AddCertificatesToHttpClient(HttpClientHandler handler)
289
290
// Create and return an HttpClient with the modified handler
291
return new HttpClient(handler);
292
-#else
293
- // Handle alternative methods for earlier .NET versions
294
- throw new PlatformNotSupportedException("mTLS support requires .NET 6.0 or later.");
295
-#endif
296
}
297
298
private static string GetUserAgentString()
0 commit comments