Skip to content

Commit

Permalink
Remove remove support for .net 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Nov 3, 2024
1 parent 1b3b059 commit 895d3c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libs/src.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0'">
<FrameworkVersion>6.0.0</FrameworkVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0'">
<FrameworkVersion>7.0.0</FrameworkVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<FrameworkVersion>8.0.0</FrameworkVersion>
</PropertyGroup>
Expand Down

0 comments on commit 895d3c8

Please sign in to comment.