Skip to content

Commit

Permalink
Remove remaining reference to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Nov 14, 2024
1 parent f3a5a06 commit 5398556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<LangVersion>12</LangVersion>
<ImplicitUsings>false</ImplicitUsings>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
</Project>

0 comments on commit 5398556

Please sign in to comment.