cs2-outnumbered/Directory.Build.props
Kamal Tufekcic 99ff071723
All checks were successful
CI / lint (push) Successful in 29s
CI / build (push) Successful in 30s
CI / release (push) Successful in 5m9s
Update signatures for new version
2026-07-09 17:15:24 +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.3</Version>
</PropertyGroup>
</Project>