Lab7/Lab7.csproj
Jakub 20a9503f1d
Some checks failed
First CI / build (push) Failing after 9s
Add: Projekt dotnet
2024-11-26 13:49:55 +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>