Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 2, 2024
1 parent aecf20a commit 39660be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCoderTests/SvgQRCodeRendererTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void can_render_svg_qrcode_without_quietzones_hex()
result.ShouldBe("4ab0417cc6127e347ca1b2322c49ed7d");
}

#if !NET6_0
#if NETFRAMEWORK || NETSTANDARD2_0 || NET5_0 || NET6_0_WINDOWS
[Fact]
[Category("QRRenderer/SvgQRCode")]
public void can_render_svg_qrcode_with_png_logo()
Expand Down

0 comments on commit 39660be

Please sign in to comment.