Skip to content

Commit

Permalink
fix: context doesnt get serialized in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Nov 26, 2018
1 parent befabdb commit 1aed4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry/Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Newtonsoft.Json" Version="6.0.8" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Sentry.PlatformAbstractions" Version="1.0.0" />
Expand Down

0 comments on commit 1aed4a5

Please sign in to comment.