Files
Lattice/Lattice.Core.Geometry/Lattice.Core.Geometry.csproj
2026-01-18 16:33:35 +03:00

10 lines
218 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>