From 5a56e34cd5059f8aba0dc9e001b77b6d53f537fc Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sun, 17 Nov 2024 19:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0.NET9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_latest.yml | 2 +- src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj | 4 ++-- src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj | 2 +- src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs | 2 +- src/N_m3u8DL-RE/Directory.Build.props | 2 +- src/N_m3u8DL-RE/N_m3u8DL-RE.csproj | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) 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 @@ - +