Skip to content

Commit d0354be

Browse files
committed
Manually fix api approvals
1 parent d0852a5 commit d0354be

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

QRCoderApiTests/net60-windows/QRCoder.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ namespace QRCoder
7676
public string GetGraphic(int pixelsPerModule, System.Drawing.Color darkColor, System.Drawing.Color lightColor, System.Drawing.Bitmap icon, int iconSizePercent = 15, int iconBorderWidth = 6, bool drawQuietZones = true, QRCoder.Base64QRCode.ImageType imgType = 2) { }
7777
public enum ImageType
7878
{
79-
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
8079
Gif = 0,
81-
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
8280
Jpeg = 1,
8381
Png = 2,
8482
}

QRCoderApiTests/net60/QRCoder.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ namespace QRCoder
3434
public string GetGraphic(int pixelsPerModule, string darkColorHtmlHex, string lightColorHtmlHex, bool drawQuietZones = true, QRCoder.Base64QRCode.ImageType imgType = 2) { }
3535
public enum ImageType
3636
{
37-
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
3837
Gif = 0,
39-
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
4038
Jpeg = 1,
4139
Png = 2,
4240
}

0 commit comments

Comments
 (0)