rename to s8nc
All checks were successful
Build and Test / build-image (push) Successful in 23s

This commit is contained in:
2025-12-31 11:05:00 +03:00
parent 6f86d0ecdb
commit afad94086a
3 changed files with 2 additions and 2 deletions

11
s8nc.csproj Normal file
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>