BotSharp/src/Plugins/BotSharp.Plugin.LLamaSharp/BotSharp.Plugin.LLamaSharp.csproj

21 lines
640 B
XML
Raw Normal View History

2023-08-19 13:25:47 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>$(LangVersion)</LangVersion>
<VersionPrefix>$(BotSharpVersion)</VersionPrefix>
<GeneratePackageOnBuild>$(GeneratePackageOnBuild)</GeneratePackageOnBuild>
2023-10-11 04:11:06 +00:00
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2023-08-19 13:25:47 +00:00
</PropertyGroup>
<ItemGroup>
2023-12-18 20:14:14 +00:00
<PackageReference Include="LLamaSharp" Version="0.8.1" />
2023-08-19 13:25:47 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Infrastructure\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
</ItemGroup>
</Project>