Skip to content

Commit 17d697b

Browse files
authored
升级到dotnet10 (#827)
1 parent 486c675 commit 17d697b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>library</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace>N_m3u8DL_RE.Common</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<LangVersion>13.0</LangVersion>

src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>library</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace>N_m3u8DL_RE.Parser</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<LangVersion>13.0</LangVersion>

src/N_m3u8DL-RE.Tests/N_m3u8DL-RE.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<RootNamespace>N_m3u8DL_RE.Tests</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

src/N_m3u8DL-RE/N_m3u8DL-RE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace>N_m3u8DL_RE</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<!--

0 commit comments

Comments
 (0)