Skip to content

Commit 895d3c8

Browse files
committed
Remove remove support for .net 6 and 7
1 parent 1b3b059 commit 895d3c8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libs/src.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@
4545
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4646
</PropertyGroup>
4747

48-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0'">
49-
<FrameworkVersion>6.0.0</FrameworkVersion>
50-
</PropertyGroup>
51-
52-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0'">
53-
<FrameworkVersion>7.0.0</FrameworkVersion>
54-
</PropertyGroup>
55-
5648
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
5749
<FrameworkVersion>8.0.0</FrameworkVersion>
5850
</PropertyGroup>

0 commit comments

Comments
 (0)