--- a/Source/Nake/Nake.csproj
+++ b/Source/Nake/Nake.csproj
@@ -7,7 +7,7 @@
     <IsPackable>true</IsPackable>
     <PackAsTool>true</PackAsTool>
     <ToolCommandName>nake</ToolCommandName>
-    <TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0</TargetFrameworks>    
+    <TargetFrameworks>netcoreapp6.0</TargetFrameworks>    
   </PropertyGroup>
 
   <ItemGroup>
@@ -21,4 +21,4 @@
     <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="$(SystemSecurityCryptographyProtectedDataVersion)" />
   </ItemGroup>
 
-</Project>
\ No newline at end of file
+</Project>