From 6d194154ff635d6583305beb1aa5196c8e594649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:25:05 +0000 Subject: [PATCH 1/2] Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /Ductus.FluentDocker Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/9.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ductus.FluentDocker/Ductus.FluentDocker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ductus.FluentDocker/Ductus.FluentDocker.csproj b/Ductus.FluentDocker/Ductus.FluentDocker.csproj index ae910c2..fb37000 100644 --- a/Ductus.FluentDocker/Ductus.FluentDocker.csproj +++ b/Ductus.FluentDocker/Ductus.FluentDocker.csproj @@ -38,7 +38,7 @@ - + From ef04f8fa83e316eda1015ec4f6b6de1216cc9672 Mon Sep 17 00:00:00 2001 From: Mario Toffia Date: Thu, 23 Jun 2022 16:43:18 +0200 Subject: [PATCH 2/2] update global.json for SDK 6.100 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 13b8b14..e7d5479 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/global", "sdk": { - "version": "5.0.200", + "version": "6.0.100", "allowPrerelease": false, "rollForward": "latestMinor" }