summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch')
-rw-r--r--dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch b/dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch
new file mode 100644
index 000000000000..9a3d3b3ec0a5
--- /dev/null
+++ b/dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch
@@ -0,0 +1,11 @@
+--- a/Coco.csproj
++++ b/Coco.csproj
+@@ -13,7 +13,7 @@
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+- <TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
++ <TargetFrameworks>net6.0</TargetFrameworks>
+ <PackAsTool>true</PackAsTool>
+ <ToolCommandName>coco</ToolCommandName>
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>