Files
T2-start-2025/CS/CS0 Starter_assignment/Starter_assignment.csproj
Rens Pastoor d71b8570a1 CS
2025-05-27 23:40:31 +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>