From 08e7bf004b716607c3f1f158e077c3affa67f492 Mon Sep 17 00:00:00 2001 From: ShaoHua <3452651980.> Date: Thu, 13 Jun 2024 00:13:34 +0800 Subject: [PATCH] update to net8.update nuget lib --- Hua.DDNS.Test/Hua.DDNS.Test.csproj | 2 +- Hua.DDNS/DDNSProviders/Dnspod/DnspodOption.cs | 4 +-- Hua.DDNS/Hua.DDNS.csproj | 35 +++++++++---------- Hua.DDNS/Start/Program.cs | 1 - 4 files changed, 20 insertions(+), 22 deletions(-) diff --git a/Hua.DDNS.Test/Hua.DDNS.Test.csproj b/Hua.DDNS.Test/Hua.DDNS.Test.csproj index da18ea0..c64b84c 100644 --- a/Hua.DDNS.Test/Hua.DDNS.Test.csproj +++ b/Hua.DDNS.Test/Hua.DDNS.Test.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable diff --git a/Hua.DDNS/DDNSProviders/Dnspod/DnspodOption.cs b/Hua.DDNS/DDNSProviders/Dnspod/DnspodOption.cs index 3911611..1b38bdf 100644 --- a/Hua.DDNS/DDNSProviders/Dnspod/DnspodOption.cs +++ b/Hua.DDNS/DDNSProviders/Dnspod/DnspodOption.cs @@ -17,9 +17,9 @@ public string Key { get; set; } /// - /// Endpoint + /// Endpoint dnspod.tencentcloudapi.com /// public string Endpoint { get; set; } } -} +} \ No newline at end of file diff --git a/Hua.DDNS/Hua.DDNS.csproj b/Hua.DDNS/Hua.DDNS.csproj index 7461907..67cafe1 100644 --- a/Hua.DDNS/Hua.DDNS.csproj +++ b/Hua.DDNS/Hua.DDNS.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable true @@ -11,26 +11,25 @@ - - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/Hua.DDNS/Start/Program.cs b/Hua.DDNS/Start/Program.cs index 989c718..9a2660e 100644 --- a/Hua.DDNS/Start/Program.cs +++ b/Hua.DDNS/Start/Program.cs @@ -8,7 +8,6 @@ using Hua.DDNS.DDNSProviders.Ali; using Hua.DDNS.DDNSProviders.Dnspod; using Hua.DDNS.DDNSProviders.Namesilo; using Hua.DDNS.Jobs; -using Microsoft.Extensions.DependencyInjection; using Quartz; using Serilog; using Serilog.Extensions.Logging;