Skip to content

Commit 3108db2

Browse files
authored
Update Newtonsoft.Json from 13.0.1 to 13.0.3 (#92277)
* Update Newtonsoft.Json from 13.0.1 to 13.0.3 * Update source-build-externals * Add prebuilt exclusion
1 parent 575843d commit 3108db2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.*" />
1717
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Runtime.linux-x64/*8.*" />
1818
<UsagePattern IdentityGlob="*Microsoft.DotNet.ILCompiler/*8.*" />
19-
19+
20+
<!-- This version is brought in transitively from NuGet.Packaging.6.2.4.
21+
Once a newer version of NuGet.Packaging is referenced which has a
22+
dependency on 13.0.3, this can be removed. -->
23+
<UsagePattern IdentityGlob="Newtonsoft.Json/13.0.1" />
24+
2025
<!-- Will be removed once https://github.com/NuGet/Home/issues/11059 is resolved -->
2126
<UsagePattern IdentityGlob="Nuget.*/*" />
2227

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
<Sha>3dd2c0ef203db8fe0e849557960b4cd009afbaac</Sha>
101101
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
102102
</Dependency>
103-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23214.1">
103+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23468.1">
104104
<Uri>https://github.com/dotnet/source-build-externals</Uri>
105-
<Sha>de4dda48d0cf31e13182bc24107b2246c61ed483</Sha>
105+
<Sha>e9d6489787a5ea5400a31dfa34aa6ad6b590de9b</Sha>
106106
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
107107
</Dependency>
108108
</ProductDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<NUnitVersion>3.12.0</NUnitVersion>
192192
<NUnitTestAdapterVersion>4.1.0</NUnitTestAdapterVersion>
193193
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
194-
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
194+
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
195195
<NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion>
196196
<SQLitePCLRawbundle_greenVersion>2.0.4</SQLitePCLRawbundle_greenVersion>
197197
<MoqVersion>4.18.4</MoqVersion>

0 commit comments

Comments
 (0)