Skip to content

Commit

Permalink
Revert Sentry in implicit usings (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 18, 2022
1 parent 32c7143 commit 264798e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

- Fix caching transport with attachments ([#1489](https://github.com/getsentry/sentry-dotnet/pull/1489))
- Revert Sentry in implicit usings ([#1490](https://github.com/getsentry/sentry-dotnet/pull/1490))

## 3.14.0

Expand Down
5 changes: 0 additions & 5 deletions src/Sentry/Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,4 @@
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
<Content Include="buildTransitive\Sentry.props" PackagePath="buildTransitive\Sentry.props" />
<Content Include="buildTransitive\Sentry.props" PackagePath="build\Sentry.props" />
</ItemGroup>

</Project>
6 changes: 0 additions & 6 deletions src/Sentry/buildTransitive/Sentry.props

This file was deleted.

0 comments on commit 264798e

Please sign in to comment.