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

github.com/mono/illinker-test-assets.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-22 23:40:49 +0300
committerGitHub <noreply@github.com>2022-06-22 23:40:49 +0300
commit6162878e8a49a9715a04f362b05b9635520c5215 (patch)
tree0d8575721dce5c079938f437e5d7dd1b46c6a243
parentc759dce96d1439b35ed21e937383ad6a66940504 (diff)
Bump Newtonsoft.Json from 12.0.1 to 13.0.1 in /wasm/Newtonsoftdependabot/nuget/wasm/Newtonsoft/Newtonsoft.Json-13.0.1
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--wasm/Newtonsoft/Newtonsoft.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasm/Newtonsoft/Newtonsoft.csproj b/wasm/Newtonsoft/Newtonsoft.csproj
index 5544f4c..ee7cbb1 100644
--- a/wasm/Newtonsoft/Newtonsoft.csproj
+++ b/wasm/Newtonsoft/Newtonsoft.csproj
@@ -18,7 +18,7 @@
<DotNetCliToolReference Include="Microsoft.AspNetCore.Blazor.Cli" Version="0.8.0-preview-19104-06" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>