c3
All checks were successful
First CI / build (push) Successful in 1m31s
First CI / test (push) Successful in 15s

This commit is contained in:
mjakmisia
2025-11-20 13:39:02 +01:00
parent 6e9848c606
commit e776660717
9 changed files with 215 additions and 14 deletions

10
NoweRepo.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>