Files
S8N_Workflow_Template/S8N_Workflow_Template.csproj

11 lines
247 B
XML
Raw Permalink 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>
</Project>