Files
wbs-csharp/Tag 3/Unterricht/Unterricht.csproj
T
2026-08-12 14:15:13 +02:00

11 lines
243 B
XML

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