PlayerManagement/Directory.Build.props
Tomasi - Developing 3f7aea2e67 .net 10 and fix
2026-02-17 12:56:33 +01:00

7 lines
172 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>