reorganize
This commit is contained in:
27
s8n-runtime.csproj
Normal file
27
s8n-runtime.csproj
Normal file
@@ -0,0 +1,27 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<RootNamespace>s8n_runtime</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<OutputType>Library</OutputType>
|
||||
|
||||
|
||||
<!-- Package properties below -->
|
||||
<IsPackable>true</IsPackable>
|
||||
<PackageId>Sharp8N.Runtime</PackageId>
|
||||
<Version>1.0.10</Version>
|
||||
<Authors>Vitalick S</Authors>
|
||||
<Company>Sharp8N</Company>
|
||||
<Description>Sharp8N runtime library, that allows run s8n workflows</Description>
|
||||
<RepositoryUrl>Sharp8N/Sharp8N.Runtime</RepositoryUrl>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user