Files
easyTrace/src/TraceCad.Core/TraceCad.Core.csproj
2026-05-02 01:01:15 +02:00

8 lines
204 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>