ex-col-03-santa/SantaClausInc/SantaClausInc.csproj
github-classroom[bot] 3768d366ff
Initial commit
2024-12-11 15:23:18 +00:00

20 lines
No EOL
517 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>
<Using Remove="System.Collections.Generic" />
<Using Include="SantaClausInc.Collections" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="HTLLeonding.Utility.LeoAnalyzers" Version="1.0.2" />
</ItemGroup>
</Project>