diff --git a/Directory.Packages.props b/Directory.Packages.props
index dff2e4c..f461e91 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -6,20 +6,20 @@
-
+
-
+
-
-
-
+
+
+
-
-
+
+
@@ -28,18 +28,18 @@
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
\ No newline at end of file
diff --git a/src/ZonyLrcTools.Cli/ZonyLrcTools.Cli.csproj b/src/ZonyLrcTools.Cli/ZonyLrcTools.Cli.csproj
index 63aac7c..8b6b56e 100644
--- a/src/ZonyLrcTools.Cli/ZonyLrcTools.Cli.csproj
+++ b/src/ZonyLrcTools.Cli/ZonyLrcTools.Cli.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
Exe
diff --git a/src/ZonyLrcTools.Common/ZonyLrcTools.Common.csproj b/src/ZonyLrcTools.Common/ZonyLrcTools.Common.csproj
index 3a0279e..9ab197f 100644
--- a/src/ZonyLrcTools.Common/ZonyLrcTools.Common.csproj
+++ b/src/ZonyLrcTools.Common/ZonyLrcTools.Common.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
enable
enable
diff --git a/tests/ZonyLrcTools.Tests/Infrastructure/Lyrics/KuWoLyricsProviderTests.cs b/tests/ZonyLrcTools.Tests/Infrastructure/Lyrics/KuWoLyricsProviderTests.cs
index d24a198..d173af0 100644
--- a/tests/ZonyLrcTools.Tests/Infrastructure/Lyrics/KuWoLyricsProviderTests.cs
+++ b/tests/ZonyLrcTools.Tests/Infrastructure/Lyrics/KuWoLyricsProviderTests.cs
@@ -17,7 +17,7 @@ public class KuWoLyricsProviderTests : TestBase
.FirstOrDefault(t => t.DownloaderName == InternalLyricsProviderNames.KuWo);
}
- [Fact]
+ [Fact(Skip = "酷我音乐的 API 不稳定,可能导致测试失败,暂跳过")]
[Trait("LyricsProvider ", "KuGou")]
public async Task DownloadAsync_Test()
{
diff --git a/tests/ZonyLrcTools.Tests/ZonyLrcTools.Tests.csproj b/tests/ZonyLrcTools.Tests/ZonyLrcTools.Tests.csproj
index fd9a3f6..047ce74 100644
--- a/tests/ZonyLrcTools.Tests/ZonyLrcTools.Tests.csproj
+++ b/tests/ZonyLrcTools.Tests/ZonyLrcTools.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
false