Browse Source

Merge pull request #234 from SciSharp/dependabot/nuget/xunit.runner.visualstudio-2.5.3

build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.3
tags/v0.8.0
Martin Evans GitHub 2 years ago
parent
commit
38c0622f3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama.Unittest/LLama.Unittest.csproj

+ 1
- 1
LLama.Unittest/LLama.Unittest.csproj View File

@@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>


Loading…
Cancel
Save