File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <RollForward >Major</RollForward >
65 <TargetFramework >net9.0-windows</TargetFramework >
6+ <RollForward >Major</RollForward >
77 <UseWindowsForms >true</UseWindowsForms >
88 <Product >[QuickProtocol]测试客户端</Product >
99 <AssemblyTitle >[QuickProtocol]测试客户端</AssemblyTitle >
1515 <Copyright >Apache License</Copyright >
1616 <PackageProjectUrl >https://github.com/QuickProtocol</PackageProjectUrl >
1717 <RepositoryUrl >https://github.com/QuickProtocol/QuickProtocol_CSharp</RepositoryUrl >
18+ <PublishAot >true</PublishAot >
19+ <_SuppressWinFormsTrimError >true</_SuppressWinFormsTrimError >
1820 <CustomResourceTypesSupport >true</CustomResourceTypesSupport >
1921 </PropertyGroup >
2022
Original file line number Diff line number Diff line change 1- dotnet publish -r win-x64 -c Release -p:PublishAot=true -p:_SuppressWinFormsTrimError=true
1+ dotnet publish -r win-x86
You can’t perform that action at this time.
0 commit comments