Skip to content

Commit

Permalink
dotnet 8.0 in libraries (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
irodai-majom authored Nov 11, 2024
1 parent b9d3b57 commit f6ad092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/N_m3u8DL-RE.Common/N_m3u8DL-RE.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>library</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>N_m3u8DL_RE.Common</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/N_m3u8DL-RE.Parser/N_m3u8DL-RE.Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>library</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>N_m3u8DL_RE.Parser</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
Expand Down

0 comments on commit f6ad092

Please sign in to comment.