Files
S8N.WorkflowTemplate/S8N_Workflow_Template.csproj

15 lines
345 B
XML
Raw Normal View History

2025-12-25 15:24:53 +03:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2025-12-31 16:52:00 +03:00
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.10" />
</ItemGroup>
2025-12-25 15:24:53 +03:00
</Project>