ex-col-01-marathon/Marathons/Marathons.csproj
github-classroom[bot] 09eb0da6cd
Initial commit
2024-11-16 13:07:55 +00:00

15 lines
No EOL
393 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.1" />
</ItemGroup>
</Project>