Skip to content

Commit

Permalink
Merge pull request #233 from SciSharp/dependabot/nuget/xunit-2.6.1
Browse files Browse the repository at this point in the history
build(deps): bump xunit from 2.5.0 to 2.6.1
  • Loading branch information
martindevans authored Nov 4, 2023
2 parents 66986f1 + b20c3ec commit 4720009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LLama.Unittest/LLama.Unittest.csproj
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 4720009

Please sign in to comment.