Skip to content

Commit 001fd8c

Browse files
authored
Drop unsupported frameworks
1 parent de38a83 commit 001fd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\build\Common.props" />
44

55
<PropertyGroup>
6-
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
6+
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Exe</OutputType>
88
<PackAsTool>true</PackAsTool>
99
<ToolCommandName>sharpfuzz</ToolCommandName>

0 commit comments

Comments
 (0)