Uebungsaufgaben/Semester3/DotNET/Aufgabenblatt1/Aufgabe2/Aufgabe2.csproj
2024-10-09 22:48:20 +02: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>