Skip to content

Commit

Permalink
build(deps): bump Mindscape.Raygun4Net.NetCore in /src (#1055)
Browse files Browse the repository at this point in the history
Bumps [Mindscape.Raygun4Net.NetCore](https://github.com/MindscapeHQ/raygun4net) from 6.4.3 to 7.0.0.
- [Release notes](https://github.com/MindscapeHQ/raygun4net/releases)
- [Commits](https://github.com/MindscapeHQ/raygun4net/commits)

---
updated-dependencies:
- dependency-name: Mindscape.Raygun4Net.NetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 66be871 commit aca083a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Splat.Raygun/Splat.Raygun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<Choose>
<When Condition=" $(TargetFramework.StartsWith('net7'))">
<ItemGroup>
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="6.4.3" />
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="7.0.0" />
</ItemGroup>
</When>
<When Condition=" $(TargetFramework.StartsWith('net6'))">
<ItemGroup>
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="6.4.3" />
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="7.0.0" />
</ItemGroup>
</When>
<When Condition=" $(TargetFramework.StartsWith('netstandard')) ">
<ItemGroup>
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="6.4.3" />
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="7.0.0" />
</ItemGroup>
</When>
<When Condition=" $(TargetFramework.StartsWith('net4')) ">
Expand Down

0 comments on commit aca083a

Please sign in to comment.