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 f13a257 commit aecf20aCopy full SHA for aecf20a
QRCoderTests/SvgQRCodeRendererTests.cs
@@ -1,4 +1,4 @@
1
-#if !NETCOREAPP1_1 && !NET6_0
+#if !NETCOREAPP1_1
2
using System;
3
using Xunit;
4
using QRCoder;
@@ -103,6 +103,7 @@ public void can_render_svg_qrcode_without_quietzones_hex()
103
result.ShouldBe("4ab0417cc6127e347ca1b2322c49ed7d");
104
}
105
106
+#if !NET6_0
107
[Fact]
108
[Category("QRRenderer/SvgQRCode")]
109
public void can_render_svg_qrcode_with_png_logo()
@@ -121,6 +122,7 @@ public void can_render_svg_qrcode_with_png_logo()
121
122
var result = HelperFunctions.StringToHash(svg);
123
result.ShouldBe("78e02e8ba415f15817d5ed88c4afca31");
124
125
+#endif
126
127
128
0 commit comments