We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5123522 commit 33e20aaCopy full SHA for 33e20aa
src/Microsoft.OpenApi/Models/OpenApiDocument.cs
@@ -544,7 +544,7 @@ private static string ConvertByteArrayToString(byte[] hash)
544
{
545
// Build the final string by converting each byte
546
// into hex and appending it to a StringBuilder
547
-#if NET
+#if NET5_0_OR_GREATER
548
return Convert.ToHexString(hash);
549
#else
550
var sb = new StringBuilder();
0 commit comments