Zadanie 4: Konfiguracja .NET i przekazywanie artefaktow miedzy zadaniami
Some checks failed
First CI / build (push) Has been cancelled
First CI / test (push) Has been cancelled

This commit is contained in:
Kacper Trojanowski
2025-12-16 01:07:07 +01:00
parent 0fc62d1f15
commit b322b0c1d8
9 changed files with 198 additions and 12 deletions

10
Lab7.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>