diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml
index d67398c..3f4f246 100644
--- a/.github/workflows/build_latest.yml
+++ b/.github/workflows/build_latest.yml
@@ -19,7 +19,7 @@ on:
default: 'main'
env:
- DOTNET_SDK_VERSION: "8.0.*"
+ DOTNET_SDK_VERSION: "9.0.*"
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
diff --git a/src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj b/src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj
index edf4ca5..e631f94 100644
--- a/src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj
+++ b/src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj
@@ -2,7 +2,7 @@
library
- net8.0
+ net9.0
N_m3u8DL_RE.Common
enable
preview
@@ -10,7 +10,7 @@
-
+
diff --git a/src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj b/src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj
index 6ebd28f..34d56a1 100644
--- a/src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj
+++ b/src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj
@@ -2,7 +2,7 @@
library
- net8.0
+ net9.0
N_m3u8DL_RE.Parser
enable
preview
diff --git a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs
index 23915ef..ca97691 100644
--- a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs
+++ b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs
@@ -17,7 +17,7 @@ namespace N_m3u8DL_RE.CommandLine;
internal partial class CommandInvoker
{
- public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20241110";
+ public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20241117";
[GeneratedRegex("((best|worst)\\d*|all)")]
private static partial Regex ForStrRegex();
diff --git a/src/N_m3u8DL-RE/Directory.Build.props b/src/N_m3u8DL-RE/Directory.Build.props
index 5dc31ee..0e7e739 100644
--- a/src/N_m3u8DL-RE/Directory.Build.props
+++ b/src/N_m3u8DL-RE/Directory.Build.props
@@ -15,7 +15,7 @@
-
+
diff --git a/src/N_m3u8DL-RE/N_m3u8DL-RE.csproj b/src/N_m3u8DL-RE/N_m3u8DL-RE.csproj
index 66deaf7..44da4ec 100644
--- a/src/N_m3u8DL-RE/N_m3u8DL-RE.csproj
+++ b/src/N_m3u8DL-RE/N_m3u8DL-RE.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net9.0
N_m3u8DL_RE
enable
preview
@@ -16,7 +16,7 @@
-
+