summaryrefslogtreecommitdiff
path: root/dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch
blob: 8850284b6d724828257f7d329e292627ba7c7d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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>