Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
fix(deps): bump Sentry.Extensions.Logging in /TrackRecord
Browse files Browse the repository at this point in the history
Bumps [Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@3.19.0...3.20.0)

---
updated-dependencies:
- dependency-name: Sentry.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2022
1 parent c6db25e commit 535ab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrackRecord/TrackRecord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.16.1" />
<PackageReference Include="Sentry" Version="3.20.0" />
<PackageReference Include="Sentry.Extensions.Logging" Version="3.19.0" />
<PackageReference Include="Sentry.Extensions.Logging" Version="3.20.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 535ab72

Please sign in to comment.