Files
Sharp8N.Compiler/s8nc.csproj
Vitali Semianiaka afad94086a
All checks were successful
Build and Test / build-image (push) Successful in 23s
rename to s8nc
2025-12-31 11:05:00 +03:00

12 lines
299 B
XML

<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>