Files
Laboratorium7/Laboratorium7.csproj
Kr4ms00n 931a4e738f
All checks were successful
First CI / build (push) Successful in 13s
Zad4czesc1
2025-11-20 15:46:12 +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>