diff --git a/CHANGELOG.md b/CHANGELOG.md index 724b2150ac..d593ecfd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Handle error thrown while trying to get `BootTime` on PS4 with IL2CPP ([#1062](https://github.com/getsentry/sentry-dotnet/pull/1062)) - Use SentryId for ISession.Id ([#1052](https://github.com/getsentry/sentry-dotnet/pull/1052)) +- Add System.Reflection.Metadata as a dependency for netcoreapp3.0 target([#1064](https://github.com/getsentry/sentry-dotnet/pull/1064)) ## 3.6.0-alpha.1 diff --git a/Directory.Build.props b/Directory.Build.props index 86abdc2259..3453a80d9e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,7 +19,7 @@ true - + diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 1db40ff41b..dde4bc0b57 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -19,7 +19,7 @@ %(RecursiveDir)/%(Filename)%(Extension) - +