Skip to content

Commit 6b46b2a

Browse files
authored
fix: lower Newtonsoft.Json minimum version to 13.0.2 (#135)
1 parent 2de994c commit 6b46b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gotrue/Gotrue.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<LangVersion>8.0</LangVersion>
5353
</PropertyGroup>
5454
<ItemGroup>
55-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
55+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
5656
<PackageReference Include="Supabase.Core" Version="1.0.0" />
5757
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" />
5858
</ItemGroup>

0 commit comments

Comments
 (0)