Skip to content

Commit

Permalink
support net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZjzMisaka committed Dec 3, 2023
1 parent ad9a2d1 commit e9bb9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerThreadPool/PowerThreadPool.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net46;net461;net472;net48;</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;net46;net461;net472;net48;</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down

0 comments on commit e9bb9c1

Please sign in to comment.