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

github.com/nextcloud/windows-universal.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 01:36:25 +0300
committerGitHub <noreply@github.com>2022-06-23 01:36:25 +0300
commite30ae63dea654d87df96a2400af725c82bbfcf1a (patch)
tree1008b279500c74ad82debd500bb9af8c07ce017d
parent8d2314278a88133acc39a183fa324a925e707409 (diff)
Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /NextcloudAppdependabot/nuget/NextcloudApp/Newtonsoft.Json-13.0.1
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/10.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--NextcloudApp/NextcloudApp.csproj2
-rw-r--r--NextcloudClientPortable/NextcloudClientPortable.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/NextcloudApp/NextcloudApp.csproj b/NextcloudApp/NextcloudApp.csproj
index 15df3ff..dbad5db 100644
--- a/NextcloudApp/NextcloudApp.csproj
+++ b/NextcloudApp/NextcloudApp.csproj
@@ -466,7 +466,7 @@
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
- <Version>10.0.3</Version>
+ <Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="PortableWebDavLibrary">
<Version>1.1.6</Version>
diff --git a/NextcloudClientPortable/NextcloudClientPortable.csproj b/NextcloudClientPortable/NextcloudClientPortable.csproj
index 8825e09..afe52f6 100644
--- a/NextcloudClientPortable/NextcloudClientPortable.csproj
+++ b/NextcloudClientPortable/NextcloudClientPortable.csproj
@@ -162,7 +162,7 @@
<Version>5.3.3</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
- <Version>10.0.3</Version>
+ <Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="PortableWebDavLibrary">
<Version>1.1.6</Version>