init copy
This commit is contained in:
26
Sharp8N.AiComponents.csproj
Normal file
26
Sharp8N.AiComponents.csproj
Normal 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>
|
||||
Reference in New Issue
Block a user