ex-inh-03-shapes/Shapes/Shapes.csproj
github-classroom[bot] 0225d916ed
Initial commit
2025-02-25 17:02:53 +00:00

16 lines
No EOL
487 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HTLLeonding.Utility.LeoAnalyzers" Version="1.0.2" />
<PackageReference Include="HTLLeonding.Utility.SimpleDrawing" Version="3.2.2" />
</ItemGroup>
</Project>