Dotnet
Some checks failed
First CI / test (push) Failing after 5s
First CI / build (push) Successful in 48s

This commit is contained in:
2025-11-21 11:40:04 +01:00
parent 3c57e3274e
commit 1b56b5be9f
9 changed files with 199 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>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>