ex-oop-05-coffe-vending-mac.../CoffeeVendingMachines/CoffeeVendingMachines.csproj
github-classroom[bot] 2b1ce9b58f
Initial commit
2024-11-08 15:45:55 +00:00

11 lines
No EOL
282 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>