Files
S8N.WorkflowTemplate/S8N.WorkflowTemplate.csproj

16 lines
418 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>
2026-01-01 23:42:32 +03:00
<PackageReference Include="Sharp8N.Runtime" Version="1.0.12" />
<PackageReference Include="Sharp8N.AiComponents" Version="1.0.12" />
2025-12-31 16:52:00 +03:00
</ItemGroup>
2025-12-25 15:24:53 +03:00
</Project>