This commit is contained in:
2026-01-02 00:50:35 +03:00
parent bbde5fe3ba
commit 5c2684405b
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.12" />
<PackageReference Include="Sharp8N.AiComponents" Version="1.0.12" />
</ItemGroup>
</Project>