Skip to content

Commit

Permalink
Restored net8.0 target (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
artempushkin authored Feb 7, 2025
1 parent 8e7799c commit b58df97
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 @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup Label="Target Platforms">
<LatestSupportedDotNetVersion>net9.0</LatestSupportedDotNetVersion>
<OldestSupportedDotNetVersion>net9.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 b58df97

Please sign in to comment.