Skip to content

Commit

Permalink
map reg key 528449 to net48 (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Feb 4, 2022
1 parent d441666 commit 05939df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- SentrySDK.WithScope is now obsolete in favour of overloads of CaptureEvent, CaptureMessage, CaptureException ([#1412](https://github.com/getsentry/sentry-dotnet/pull/1412))
- Add Sentry to global usings when ImplicitUsings is enabled (`<ImplicitUsings>true</ImplicitUsings>`) ([#1398](https://github.com/getsentry/sentry-dotnet/pull/1398))
- The implementation of the background worker can now be changed ([#1450](https://github.com/getsentry/sentry-dotnet/pull/1450))
- Map reg key 528449 to net48 ([#1465](https://github.com/getsentry/sentry-dotnet/pull/1465))

### Fixes

Expand Down
1 change: 1 addition & 0 deletions src/Sentry/PlatformAbstractions/FrameworkInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static partial class FrameworkInfo
{528049, "4.8"},
{528209, "4.8"},
{528372, "4.8"},
{528449, "4.8"}
};
}
}

0 comments on commit 05939df

Please sign in to comment.