Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit e729943

Browse files
authored
Merge pull request #18 from getsentry/fix/netfx-4.8-patches
.NET Framework 4.8 patches
2 parents 5a77326 + f64b0ad commit e729943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Sentry.PlatformAbstractions/FrameworkInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ public static partial class FrameworkInfo
3838
{461814, "4.7.2"},
3939
{528040, "4.8"},
4040
{528049, "4.8"},
41+
{528209, "4.8"},
42+
{528372, "4.8"},
4143
};
4244
}
4345
}

0 commit comments

Comments
 (0)