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,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" />