Updating Newtonsoft package to version 13.0.1 (#1559)

* Forcing newtonsoft to version 13.0.1

* Updates addin Newtonsoft.Json package version to 13.0.1

* Update Newtonsoft.Json package version to 13.0.1
This commit is contained in:
Lewis Sanchez
2022-06-27 11:01:49 -07:00
committed by GitHub
parent e6d9163f9d
commit b24202a762
4 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<PackageReference Update="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Update="System.Net.Http" Version="4.3.4" />
<PackageReference Update="System.IO.Packaging" Version="4.7.0" />

View File

@@ -1,4 +1,4 @@
#addin "nuget:?package=Newtonsoft.Json&version=9.0.1"
#addin "nuget:?package=Newtonsoft.Json&version=13.0.1"
#addin "mssql.ResX"
#addin "mssql.XliffParser"

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.37.0" />
<package id="Newtonsoft.Json" version="12.0.3" />
<package id="Newtonsoft.Json" version="13.0.1" />
<package id="Microsoft.Data.Tools.StringResourceTool" version="3.1.0" />
<package id="Mono.TextTransform" version="1.0.0" />
<package id="mssql.XliffParser" version="0.5.3" />

View File

@@ -15,6 +15,8 @@
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="Microsoft.Data.SqlClient" />
<!-- Adding explicit Newtonsoft.Json dependency so that older, vulnerable versions aren't used through indirect references by Microsoft.TestPlatform.TestHost -->
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../src/Microsoft.InsightsGenerator/Microsoft.InsightsGenerator.csproj" />