diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-01-31 11:22:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 11:22:30 +0900 |
| commit | b3811a9498fe06b68693f4a269de902cdd7eb2a2 (patch) | |
| tree | 44ca942bf164635c802a40e1fbc8eacca7d9425e /tests/Jellyfin.Api.Tests | |
| parent | a3615dec693ce8f9b0a803d98e9ba0b1f32f62a7 (diff) | |
| parent | 2186df8ac445b74dce86bdf2fe7ba5500da0c492 (diff) | |
Merge pull request #2349 from Bond-009/deps
Update deps
Diffstat (limited to 'tests/Jellyfin.Api.Tests')
| -rw-r--r-- | tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj index 1f83489bdf..0e8ef135ef 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -9,11 +9,11 @@ <PackageReference Include="AutoFixture" Version="4.11.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.11.0" /> <PackageReference Include="AutoFixture.Xunit2" Version="4.11.0" /> - <PackageReference Include="Microsoft.Extensions.Options" Version="3.0.1" /> + <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.1" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" /> - <PackageReference Include="coverlet.collector" Version="1.1.0" /> + <PackageReference Include="coverlet.collector" Version="1.2.0" /> <PackageReference Include="Moq" Version="4.13.1" /> </ItemGroup> |
