Skip to content

Commit

Permalink
Drop Net7 support (#677)
Browse files Browse the repository at this point in the history
This was forgotten about when .Net7 support was being dropped elsewhere
  • Loading branch information
K-Cully authored May 17, 2024
1 parent 5bb6cbb commit 52f89fe
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 @@ -5,7 +5,7 @@

<PropertyGroup Label="Target Platforms" >
<LatestSupportedDotNetVersion>net8.0</LatestSupportedDotNetVersion>
<OldestSupportedDotNetVersion>net7.0</OldestSupportedDotNetVersion>
<OldestSupportedDotNetVersion>net8.0</OldestSupportedDotNetVersion>
<NetCoreVersions>$(LatestSupportedDotNetVersion)</NetCoreVersions>
<NetCoreVersions Condition="'$(LatestSupportedDotNetVersion)' != '$(OldestSupportedDotNetVersion)'">$(LatestSupportedDotNetVersion);$(OldestSupportedDotNetVersion)</NetCoreVersions>
<NetStandardVersions>netstandard2.0</NetStandardVersions>
Expand Down

0 comments on commit 52f89fe

Please sign in to comment.