NewLife/LuckyClover

增加net48输出,用于测试
大石头 authored at 2025-07-08 01:45:48
81072d6
Tree
1 Parent(s) 7628c94
Summary: 2 changed files with 2 additions and 1 deletions.
Modified +1 -0
Modified +1 -1
Modified +1 -0
diff --git a/Doc/build.bat b/Doc/build.bat
index 26b2e35..4733d38 100644
--- a/Doc/build.bat
+++ b/Doc/build.bat
@@ -8,6 +8,7 @@ copy %base%\clover\x64\clover.exe %dest%\clover64.exe /y
 copy %base%\net20\clover.exe %dest%\clover20.exe /y
 copy %base%\net40\clover.exe %dest%\clover40.exe /y
 copy %base%\net45\clover.exe %dest%\clover45.exe /y
+copy %base%\net48\clover.exe %dest%\clover48.exe /y
 rem copy %base%\publish-windows\clover.exe %dest%\clover80.exe /y
 
 pushd ..\LuckyClover
Modified +1 -1
diff --git a/LuckyClover/LuckyClover.csproj b/LuckyClover/LuckyClover.csproj
index cee7deb..91b3a97 100644
--- a/LuckyClover/LuckyClover.csproj
+++ b/LuckyClover/LuckyClover.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFrameworks>net20;net40;net45;net6.0;net8.0;net9.0-windows</TargetFrameworks>
+    <TargetFrameworks>net20;net40;net45;net48;net6.0;net8.0;net9.0-windows</TargetFrameworks>
     <AssemblyName>clover</AssemblyName>
     <AssemblyTitle>幸运草</AssemblyTitle>
     <Description>检测并安装主流.NET运行时,协助打包发布。</Description>