Skip to content

Commit

Permalink
remove redundant solution attribute (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Jul 20, 2022
1 parent 55368c9 commit ff997e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Fix error with `ConcurrentHashMap` on Android <= 9 ([#1761](https://github.com/getsentry/sentry-dotnet/pull/1761))
- Minor improvements to `BackgroundWorker` ([#1773](https://github.com/getsentry/sentry-dotnet/pull/1773))
- Make GzipRequestBodyHandler respect async ([#1776](https://github.com/getsentry/sentry-dotnet/pull/1776))
- Remove redundant solution attribute ([#1790](https://github.com/getsentry/sentry-dotnet/pull/1790))

## 3.19.0

Expand Down
5 changes: 0 additions & 5 deletions src/Sentry/buildTransitive/Sentry.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<_Parameter1>Sentry.ProjectDirectory</_Parameter1>
<_Parameter2>$(ProjectDir)</_Parameter2>
</SentryAttributes>
<SentryAttributes Include="System.Reflection.AssemblyMetadata"
Condition="'$(SolutionDir)' != '' And '$(SolutionDir)' != '*Undefined*'">
<_Parameter1>Sentry.SolutionDirectory</_Parameter1>
<_Parameter2>$(SolutionDir)</_Parameter2>
</SentryAttributes>
<!-- Ensure not part of Compile, as a workaround for https://github.com/dotnet/sdk/issues/114 -->
<Compile Remove="$(SentryAttributesFilePath)" />
</ItemGroup>
Expand Down

0 comments on commit ff997e1

Please sign in to comment.