Uebungsaufgaben/Semester3/DotNET/Aufgabenblatt2/Aufgabe5/Aufgabe5.csproj
2024-12-19 23:55:07 +01:00

11 lines
242 B
XML

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