|
|
@@ -1,4 +1,4 @@ |
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
<Import Project="..\LLama\LLamaSharp.Runtime.targets" /> |
|
|
<Import Project="..\LLama\LLamaSharp.Runtime.targets" /> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
@@ -29,7 +29,7 @@ |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" /> |
|
|
<PackageReference Include="Microsoft.SemanticKernel" Version="1.0.0-beta1" /> |
|
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.SemanticKernel" Version="1.0.0-beta4" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|