Browse Source

Merge pull request #505 from SciSharp/dependabot/nuget/Microsoft.NET.Test.Sdk-17.9.0

build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
tags/v0.10.0
Martin Evans GitHub 2 years ago
parent
commit
a5eba9463f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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

@@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">


Loading…
Cancel
Save