We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66986f1 + b20c3ec commit 4720009Copy full SHA for 4720009
LLama.Unittest/LLama.Unittest.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="..\LLama\LLamaSharp.Runtime.targets" />
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
@@ -13,7 +13,7 @@
13
<ItemGroup>
14
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
15
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
16
- <PackageReference Include="xunit" Version="2.5.0" />
+ <PackageReference Include="xunit" Version="2.6.1" />
17
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
18
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19
<PrivateAssets>all</PrivateAssets>
0 commit comments