Skip to content

Commit df80a73

Browse files
committed
Changes: JamesNK/Newtonsoft.Json@12.0.3...13.0.1 * JamesNK/Newtonsoft.Json@ae9fe44e: Remove compiler package and update sourcelink (dotnet#2498) * JamesNK/Newtonsoft.Json@8ef66218: Remove prerelease for 13.0.1 * JamesNK/Newtonsoft.Json@11331f50: Update SDK to 5.0.200 (dotnet#2495) * JamesNK/Newtonsoft.Json@c7e8abc0: Update to 13.0.1-beta2 * JamesNK/Newtonsoft.Json@1745d7c1: Fix JTokenWriter when writing comment to an object (dotnet#2493) * JamesNK/Newtonsoft.Json@583eb120: Fix missing error when deserializing JToken with a contract type mismatch (dotnet#2494) * JamesNK/Newtonsoft.Json@b6dc05be: Change MaxDepth default to 64 (dotnet#2473) * JamesNK/Newtonsoft.Json@15525f1c: Fix JsonWriter.WriteToken to allow null with string token (dotnet#2472) * JamesNK/Newtonsoft.Json@926d2f0f: Enable embed untracked sources (dotnet#2471) * JamesNK/Newtonsoft.Json@0a56633b: Fixes dotnet#2372 - variable typos (dotnet#2465) * JamesNK/Newtonsoft.Json@5a35c77d: Update version to 13.0.1 (dotnet#2463) * JamesNK/Newtonsoft.Json@7e77bbe1: Change JsonReader and JsonSerializer default max depth to 128 (dotnet#2462) * JamesNK/Newtonsoft.Json@42139ea6: Add JsonSelectSettings and regex timeout * JamesNK/Newtonsoft.Json@95a6eb3a: jpath regex timeout support added for a single regex expression, global umbrella for all regex calls, and support for allowing regex calls to get compiled if necessary * JamesNK/Newtonsoft.Json@1403f5d3: Fix serializing nullable struct dictionaries (dotnet#2452) * JamesNK/Newtonsoft.Json@60be32f4: Use naming strategy when deserializing dictionary enum keys (dotnet#2448) * JamesNK/Newtonsoft.Json@ff5ffb28: Copy annotations when cloning elements (dotnet#2442) * JamesNK/Newtonsoft.Json@0cf47a46: Missing nullability annotation (dotnet#2438) * JamesNK/Newtonsoft.Json@6795ca55: Fixed tests to work in Moscow, Russia UTC+3 timezone. (dotnet#2416) * JamesNK/Newtonsoft.Json@c918ca86: Code Typo Fix: Universial => Universal (dotnet#2383) * JamesNK/Newtonsoft.Json@c298f3d6: Fix typo in SerializeTypeNameHandling sample (dotnet#2428) * JamesNK/Newtonsoft.Json@a222c8b6: Update to net50 and fix warnings (dotnet#2424) * JamesNK/Newtonsoft.Json@666d9760: Fix wrong define is used in StringUtils.ToLower() (dotnet#2304) * JamesNK/Newtonsoft.Json@a31156e9: Update NullValueHandlingIgnore.aml (dotnet#2226) * JamesNK/Newtonsoft.Json@936acbf6: Update version to 13.0.1-beta and remove portable builds (dotnet#2228) * JamesNK/Newtonsoft.Json@9be95e0f: Do not treat ignored field as missing member when deserializing from overriden json constructor (dotnet#2224)
1 parent d60e717 commit df80a73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public void NetStandardReferenceTest ()
531531
},
532532
new Package () {
533533
Id = "Newtonsoft.Json",
534-
Version = "10.0.3"
534+
Version = "13.0.1"
535535
},
536536
},
537537
OtherBuildItems = {

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ItemGroup>
3939
<PackageReference Include="ILRepack" Version="2.0.18" />
4040
<PackageReference Include="Irony" Version="1.1.0" />
41-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
41+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4242
<PackageReference Include="NuGet.Common" Version="$(NuGetApiPackageVersion)" />
4343
<PackageReference Include="NuGet.Configuration" Version="$(NuGetApiPackageVersion)" />
4444
<PackageReference Include="NuGet.DependencyResolver.Core" Version="$(NuGetApiPackageVersion)" />

tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<Name>Xamarin.Forms.Performance.Integration</Name>
5959
<Project>{195BE9C2-1F91-40DC-BD6D-DE860BF083FB}</Project>
6060
</ProjectReference>
61-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
61+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
6262
<PackageReference Condition=" '$(BundleAssemblies)' == 'true' " Include="Xamarin.Forms" Version="4.0.0.425677" />
6363
<PackageReference Condition=" '$(BundleAssemblies)' != 'true' " Include="Xamarin.Forms" Version="4.5.0.617" />
6464
</ItemGroup>

tests/Xamarin.Forms-Performance-Integration/Xamarin.Forms.Performance.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Compile Remove="Droid\**" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
11+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1212
<PackageReference Include="Xam.Plugin.Connectivity" Version="3.2.0" />
1313
<PackageReference Condition=" '$(BundleAssemblies)' == 'true' " Include="Xamarin.Forms" Version="4.0.0.425677" />
1414
<PackageReference Condition=" '$(BundleAssemblies)' != 'true' " Include="Xamarin.Forms" Version="4.5.0.617" />

0 commit comments

Comments
 (0)