diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-03-23 18:48:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 18:48:22 +0900 |
| commit | 86f614b26bcf0fa7b4878ae55cf73ba4b3c0b193 (patch) | |
| tree | 286722b2c534a6208fabf3328bda20d6dcbc3cc0 /tests | |
| parent | a4ff27fbdc4be803459d47029d6bb3fe25629e07 (diff) | |
| parent | 6183b83b18de3c8aed33bdf79980d57655a8bb08 (diff) | |
Merge pull request #2638 from mark-monteiro/update-asp
Update .NET Core to 3.1.2
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" /> |
