Skip to content

Commit a73f77d

Browse files
Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Gu.Units.Generator.Tests
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdc9db1 commit a73f77d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gu.Units.Generator.Tests/Gu.Units.Generator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.5.0" />
3535
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
3636
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22" PrivateAssets="all" />
37-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
37+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3838
<PackageReference Include="NUnit" Version="3.13.3" />
3939
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
4040
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />

Gu.Units.Generator/Gu.Units.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PackageReference Include="IDisposableAnalyzers" Version="4.0.6" PrivateAssets="all" />
3838
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.5.0" />
3939
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22" PrivateAssets="all" />
40-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
40+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4141
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
4242
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
4343
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="all" />

0 commit comments

Comments
 (0)