Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 2649321

Browse files
Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /src/WpfMtpControl
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] <support@github.com>
1 parent b427728 commit 2649321

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/AasxCsharpLibrary/AasxCsharpLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" />
3939
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
4040
<PackageReference Include="Namotion.Reflection" Version="1.0.13" />
41-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
41+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
4242
<PackageReference Include="NJsonSchema" Version="10.1.26" />
4343
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
4444
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />

src/AasxIntegrationBase/AasxIntegrationBase.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<ProjectReference Include="..\AnyUi\AnyUi.csproj" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
15+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
1616
</ItemGroup>
1717
</Project>

src/AasxIntegrationBaseWpf/AasxIntegrationBaseWpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323
<ItemGroup>
2424
<PackageReference Include="ExhaustiveMatching.Analyzer" Version="0.5.0" />
25-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
25+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<Page Remove="OriginalResources\FormSmaller.xaml" />

src/WpfMtpControl/WpfMtpControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121
<ItemGroup>
2222
<PackageReference Include="Aml.Engine" Version="1.3.6" />
23-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
23+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2424
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.359.31" />
2525
</ItemGroup>
2626
</Project>

src/WpfMtpControl/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net461" />
3131
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
3232
<package id="NETStandard.Library" version="1.6.1" targetFramework="net461" />
33-
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
33+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net461" />
3434
<package id="OPCFoundation.NetStandard.Opc.Ua" version="1.4.359.31" targetFramework="net461" />
3535
<package id="Portable.BouncyCastle" version="1.8.4" targetFramework="net461" />
3636
<package id="System.AppContext" version="4.3.0" targetFramework="net461" />

0 commit comments

Comments
 (0)