cs2-outnumbered/Directory.Build.props
Kamal Tufekcic 2fa85e8b1f
All checks were successful
CI / lint (push) Successful in 31s
CI / build (push) Successful in 32s
CI / release (push) Successful in 32s
Survival mode bugfixes and revive mechanism
2026-07-08 18:10:09 +03:00

10 lines
287 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic>
<Version>1.0.1</Version>
</PropertyGroup>
</Project>