diff options
| author | Luke Foust <luke@foust.com> | 2020-03-23 08:00:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 08:00:32 -0700 |
| commit | a7e7098da68311eb2adac67500abae0d2bd4d69f (patch) | |
| tree | f216aacba743baf3d293dd63fe432a0546b37862 /tests | |
| parent | f3213d3bef8a49a5e91cafaba2eaefb5592438c6 (diff) | |
| parent | da4855ce4f590d7dc60b81bbf841e58f9220aac3 (diff) | |
Merge pull request #3 from jellyfin/master
merge with upstream master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj index 1d7e4f7af..b3aa85202 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -11,7 +11,7 @@ <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.1.1" /> + <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.2" /> <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" /> |
