bump to newtonsoft for CG alert (#1778)

This commit is contained in:
Alex Ma
2022-12-09 09:11:48 -08:00
committed by GitHub
parent 37311db5fa
commit cf5af7bcf2
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@
<ItemGroup>
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Update="Microsoft.SqlServer.SqlManagementObjects" Version="170.9.0" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Update="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
</Project>

View File

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

View File

@@ -15,13 +15,13 @@
<group targetFramework="net472">
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.9.0" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.9.0" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
</group>
</dependencies>