Skip to content

Commit 4720009

Browse files
authored
Merge pull request #233 from SciSharp/dependabot/nuget/xunit-2.6.1
build(deps): bump xunit from 2.5.0 to 2.6.1
2 parents 66986f1 + b20c3ec commit 4720009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLama.Unittest/LLama.Unittest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\LLama\LLamaSharp.Runtime.targets" />
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1515
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
16-
<PackageReference Include="xunit" Version="2.5.0" />
16+
<PackageReference Include="xunit" Version="2.6.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)