ex-rep-03/SimpleDrawings/SimpleDrawings.csproj
2024-10-01 17:42:35 +02:00

15 lines
No EOL
387 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HTLLeonding.Utility.Turtle" Version="1.1.4" />
</ItemGroup>
</Project>