Files
ALGA/ALGA_heti_feladatok/Sandbox/Sandbox.csproj
Lendaia Mirai 793b379c48 by ricsi
2025-10-16 14:48:13 +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>