classic compilation
All checks were successful
Build and Test / build-image (push) Successful in 15s

This commit is contained in:
2025-12-31 09:57:55 +03:00
parent 93a6d50f4f
commit 09047950df
4 changed files with 498 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>pipelines_experiment</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>