Skip to content

Commit

Permalink
Update all usage of Newtonsoft.Json to 13.0.1 (#7363)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Jul 14, 2022
1 parent 7ed0bcf commit 644e5b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/IXMPTestApp/MSTest/IXMPTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<Version>2.1.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="TestPlatform.Universal, Version=$(UnitTestPlatformVersion)" />
Expand Down
3 changes: 2 additions & 1 deletion test/IXMPTestApp/TAEF/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"Microsoft.Net.Native.Compiler": "2.2.3",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.8",
"MUXCustomBuildTasks": "1.0.74",
"TAEF.Redist.Wlk": "10.31.180822002"
"TAEF.Redist.Wlk": "10.31.180822002",
"Newtonsoft.Json": "13.0.1"
},
"frameworks": {
"uap10.0.17763": {}
Expand Down
1 change: 1 addition & 0 deletions test/MUXControls.Test/TAEF/MUXControls.Test.TAEF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.Apps.Test" Version="1.0.181205002" />
<PackageReference Include="TAEF.Redist.Wlk" Version="10.31.180822002" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<Import Project="..\MUXControls.Test.Shared.projitems" />
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions test/MUXControlsTestApp/MSTest/MUXControlsTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<Version>2.1.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="TestPlatform.Universal, Version=$(UnitTestPlatformVersion)" />
Expand Down
3 changes: 2 additions & 1 deletion test/MUXControlsTestApp/TAEF/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Microsoft.Web.WebView2": "1.0.1264.42",
"MUXCustomBuildTasks": "1.0.74",
"TAEF.Redist.Wlk": "10.31.180822002",
"Win2D.uwp": "1.22.0"
"Win2D.uwp": "1.22.0",
"Newtonsoft.Json": "13.0.1"
},
"frameworks": {
"uap10.0.17763": {}
Expand Down

0 comments on commit 644e5b7

Please sign in to comment.