Files
Sharp8N.Compiler/s8nc.csproj
Vitali Semianiaka a76dfacf96
Some checks failed
Build and Test / build-image (push) Failing after 17s
real compiler
2025-12-31 18:04:54 +03:00

16 lines
397 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>
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.10" />
</ItemGroup>
</Project>