Skip to content

Commit

Permalink
Revert "Update Sentry.csproj"
Browse files Browse the repository at this point in the history
This reverts commit ba8bb81.
  • Loading branch information
jamescrosswell committed Nov 18, 2024
1 parent 72ede6f commit b57435f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Sentry/Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
</ItemGroup>

<!-- Ensure at least version 6 of System.Text.Json so we have JsonSerializationContext available -->
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) or $(TargetFramework.StartsWith('netstandard'))">
<ItemGroup Condition="!$(TargetFramework.StartsWith('net6')) and !$(TargetFramework.StartsWith('net7')) and !$(TargetFramework.StartsWith('net8'))">
<PackageReference Include="System.Text.Json" Version="6.0.10" >
<!--
Ignoring the vulnerability warning: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
The app can/should pin to the latest version. We will bump once a patch on v6 (still LTS until Nov 24) is out
-->
<!--
Ignoring the vulnerability warning: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
The app can/should pin to the latest version. We will bump once a patch on v6 (still LTS until Nov 24) is out
-->
<NoWarn>NU1903</NoWarn>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit b57435f

Please sign in to comment.