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;