Files
LanMountainDesktop/Directory.Build.props

10 lines
379 B
Plaintext
Raw Permalink Normal View History

2026-03-20 00:41:14 +08:00
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<TargetFramework Condition="'$(TargetFramework)' == ''">net10.0</TargetFramework>
<Nullable Condition="'$(Nullable)' == ''">enable</Nullable>
<ImplicitUsings Condition="'$(ImplicitUsings)' == ''">enable</ImplicitUsings>
2026-04-16 14:17:46 +08:00
<ServerGarbageCollection>true</ServerGarbageCollection>
2026-03-20 00:41:14 +08:00
</PropertyGroup>
</Project>