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

@@ -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>