Files
Lab7/Lab7.csproj
Kacper Trojanowski b322b0c1d8
Some checks failed
First CI / build (push) Has been cancelled
First CI / test (push) Has been cancelled
Zadanie 4: Konfiguracja .NET i przekazywanie artefaktow miedzy zadaniami
2025-12-16 01:07:07 +01:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>