Dotnet CI Pipeline
Some checks failed
First CI / build (push) Failing after 35s

This commit is contained in:
mykola-derevianko
2025-11-21 10:55:27 +01:00
parent 24a4b181ae
commit 71db56c09c
9 changed files with 198 additions and 12 deletions

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