Skip to content

Commit

Permalink
Drop net7, which is EoL and target net9
Browse files Browse the repository at this point in the history
.NET 7 reached the end of life on May 14, 2024. This PR removes support for it and adds support for .NET 9 was added.
  • Loading branch information
mburumaxwell committed Nov 19, 2024
1 parent da8b7cb commit 7673955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- There is nothing else to import. -->

<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 7673955

Please sign in to comment.