cs2-outnumbered/Directory.Build.props
Kamal Tufekcic 8739fd3ac0
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 32s
CI / release (push) Successful in 5m12s
CS# bug bypass for survival mode
2026-07-10 03:01:19 +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.4</Version>
</PropertyGroup>
</Project>