init copy

This commit is contained in:
2026-01-01 03:24:36 +03:00
commit 82907eb0f5
6 changed files with 561 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>s8n_ai</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<!-- Package properties below -->
<IsPackable>true</IsPackable>
<PackageId>Sharp8N.AiComponents</PackageId>
<Version>1.0.10</Version>
<Authors>Vitalick S</Authors>
<Company>Sharp8N</Company>
<Description>Sharp8N AI components library</Description>
<RepositoryUrl>Sharp8N/Sharp8N.AiComponents</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.10" />
</ItemGroup>
</Project>