Skip to content

Commit 180ff53

Browse files
Update Sentry.csproj
1 parent 220884b commit 180ff53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry/Sentry.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<TargetFrameworks Condition="'$(NO_IOS)' == '' And $([MSBuild]::IsOSPlatform('OSX'))">$(TargetFrameworks);net9.0-ios18.0;net8.0-ios17.0</TargetFrameworks>
1414
<TargetFrameworks Condition="'$(NO_MACCATALYST)' == '' And $([MSBuild]::IsOSPlatform('OSX'))">$(TargetFrameworks);net9.0-maccatalyst18.0;net8.0-maccatalyst17.0</TargetFrameworks>
1515
</PropertyGroup>
16-
16+
1717
<!-- Platform-specific props included here -->
1818
<Import Project="Platforms\Android\Sentry.Android.props" Condition="'$(TargetPlatformIdentifier)' == 'android'" />
1919
<Import Project="Platforms\Cocoa\Sentry.Cocoa.props" Condition="'$(TargetPlatformIdentifier)' == 'ios' Or '$(TargetPlatformIdentifier)' == 'maccatalyst'" />
@@ -83,7 +83,7 @@
8383

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

0 commit comments

Comments
 (0)