summaryrefslogtreecommitdiff
path: root/dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch')
-rw-r--r--dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch b/dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch
new file mode 100644
index 000000000000..8850284b6d72
--- /dev/null
+++ b/dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch
@@ -0,0 +1,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>