Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Agnoletti <mauro.agnoletti@gmail.com>2022-06-28 17:18:00 +0300
committerGitHub <noreply@github.com>2022-06-28 17:18:00 +0300
commita832ea7e752c85e0409eccfdc1a2650261be36df (patch)
tree8b724a9bca75fcde31d69a2302f0a256efc03a01
parent74da8b11c514d57edd21379c860d289ddc228c30 (diff)
[compliance] Updated NewtonSoft.Json to 13.0.1 (#369)
-rw-r--r--Mono.Debugging.Soft/Mono.Debugging.Soft.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj
index 2a0a48f..468a366 100644
--- a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj
+++ b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj
@@ -27,7 +27,7 @@
<PackageReference Include="Mono.Cecil" Version="$(NuGetVersionCecil)" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" />
- <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Mono.Unix" Version="7.0.0-final.1.21369.2" />
</ItemGroup>