ex-oop-01-pupil/Pupils/Pupils.csproj
github-classroom[bot] b09e151301
Initial commit
2024-10-06 09:57:56 +00:00

11 lines
No EOL
285 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>
</Project>