From fec9f11c684dfd2f581073e9797c8f44a12959c5 Mon Sep 17 00:00:00 2001 From: Nick Van Dyck Date: Sun, 6 Dec 2020 11:07:54 +0100 Subject: [PATCH] chore: update dependencies --- .config/dotnet-tools.json | 2 +- src/cloudflare-ddns/cloudflare-ddns.csproj | 4 ++-- test/CloudflareDDNS.Tests/CloudflareDDNS.Tests.csproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2a1c42c..de689ff 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "minver-cli": { - "version": "2.3.0", + "version": "2.3.1", "commands": ["minver"] } } diff --git a/src/cloudflare-ddns/cloudflare-ddns.csproj b/src/cloudflare-ddns/cloudflare-ddns.csproj index adbf2bd..4ac241b 100644 --- a/src/cloudflare-ddns/cloudflare-ddns.csproj +++ b/src/cloudflare-ddns/cloudflare-ddns.csproj @@ -27,10 +27,10 @@ - + - + diff --git a/test/CloudflareDDNS.Tests/CloudflareDDNS.Tests.csproj b/test/CloudflareDDNS.Tests/CloudflareDDNS.Tests.csproj index abfba42..2a710d9 100644 --- a/test/CloudflareDDNS.Tests/CloudflareDDNS.Tests.csproj +++ b/test/CloudflareDDNS.Tests/CloudflareDDNS.Tests.csproj @@ -9,11 +9,11 @@ - - + + - - + +