blob: 553c1ab0b011203a5882244d7f74e856f05261e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Coco.csproj
+++ b/Coco.csproj
@@ -13,7 +13,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
+ <TargetFrameworks>net9.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>coco</ToolCommandName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|