Files
T2-start-2025/C/CS/Starter_assignment/Starter_assignment.csproj
Rens Pastoor 11b391b8a1 sync
2025-05-27 22:41:46 +02:00

11 lines
262 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>