We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cc911 commit 2753c6cCopy full SHA for 2753c6c
app/Tool/AppGuardian守护进程/AppGuardian/AppGuardian.csproj
@@ -1,10 +1,15 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
- <PropertyGroup>
4
- <OutputType>Exe</OutputType>
5
- <TargetFramework>net9.0</TargetFramework>
6
- <ImplicitUsings>enable</ImplicitUsings>
7
- <Nullable>enable</Nullable>
8
- </PropertyGroup>
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net9.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
9
+
10
+ <ItemGroup>
11
+ <!-- 配置 GC 回收节省内存 -->
12
+ <RuntimeHostConfigurationOption Include="System.GC.ConserveMemory" Value="9" />
13
+ </ItemGroup>
14
15
</Project>
0 commit comments