Files

16 lines
397 B
XML
Raw Permalink Normal View History

2025-12-31 09:57:55 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>pipelines_experiment</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2025-12-31 18:04:54 +03:00
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.10" />
</ItemGroup>
2025-12-31 09:57:55 +03:00
</Project>