Commit af00a639 authored by 黄奎's avatar 黄奎

页面修改

parent 10835477
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<ServerGarbageCollection>false</ServerGarbageCollection>
<!--- ServerGarbageCollection : 服务器垃圾收集 :不会让内存无限增长 -->
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<!--- ServerGarbageCollection : 并发垃圾收集 :不会让内存无限增长 -->
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment