|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Import Project="..\LLama\LLamaSharp.Runtime.targets" /> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
@@ -13,7 +13,7 @@ |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> |
|
|
|
<PackageReference Include="System.Linq.Async" Version="6.0.1" /> |
|
|
|
<PackageReference Include="xunit" Version="2.5.0" /> |
|
|
|
<PackageReference Include="xunit" Version="2.6.1" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0"> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
|