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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-23 04:51:41 +0300
committerGitHub <noreply@github.com>2022-06-23 04:51:41 +0300
commitba3fc0aa0163bdfecffe79140411470db2fc7a48 (patch)
tree2d76fab45278f6e6da9eced78d1890f4d5a6c2c9
parent6bb998531a15c81a5f5a93c219c17b9472ab7358 (diff)
Bump Newtonsoft.Json in /sdks/wasm/BrowserDebugProxydependabot/nuget/sdks/wasm/BrowserDebugProxy/Newtonsoft.Json-13.0.1
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--sdks/wasm/BrowserDebugProxy/BrowserDebugProxy.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/BrowserDebugProxy/BrowserDebugProxy.csproj b/sdks/wasm/BrowserDebugProxy/BrowserDebugProxy.csproj
index 4ac612f127a..34df8b4101b 100644
--- a/sdks/wasm/BrowserDebugProxy/BrowserDebugProxy.csproj
+++ b/sdks/wasm/BrowserDebugProxy/BrowserDebugProxy.csproj
@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.2" />
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.5.0" />
</ItemGroup>