From 2873e0b9403c8e14c3a237d6f25111852873b2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:30:59 +0000 Subject: [PATCH 1/2] Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /src/Stranne.VasttrafikNET Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Stranne.VasttrafikNET/Stranne.VasttrafikNET.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stranne.VasttrafikNET/Stranne.VasttrafikNET.csproj b/src/Stranne.VasttrafikNET/Stranne.VasttrafikNET.csproj index eadedf3..8ca55e3 100644 --- a/src/Stranne.VasttrafikNET/Stranne.VasttrafikNET.csproj +++ b/src/Stranne.VasttrafikNET/Stranne.VasttrafikNET.csproj @@ -25,7 +25,7 @@ - + From cdf16929ed5b12d93e63bdbf6e1e8c31b57f23b6 Mon Sep 17 00:00:00 2001 From: Olof Stranne Date: Tue, 9 Aug 2022 17:24:36 +0200 Subject: [PATCH 2/2] Fix build issue --- .config/dotnet-tools.json | 12 ++++++++++++ appveyor.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..7bd5f9f --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "cake.tool": { + "version": "2.2.0", + "commands": [ + "dotnet-cake" + ] + } + } +} \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 37ba008..4582600 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ os: Visual Studio 2017 build_script: - - ps: .\build.ps1 -target "AppVeyor" + - ps: .\build.ps1 --target=AppVeyor test: off artifacts: - path: artifacts\Stranne.VasttrafikNET_coverage.xml