Lab7/Lab7.csproj
Kuba dcaf2ddb3a
Some checks failed
First CI / build (push) Failing after 10s
piec
2024-11-26 14:21:15 +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>