diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-03-26 07:57:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-26 07:57:16 +0900 |
| commit | 6c2cca57f4ee8a24ce9780f48c6ed49970be78c8 (patch) | |
| tree | 6f82462aa2167fddd4c3f1a24a3a849cd01bdbeb /tests | |
| parent | 37ff36226bbd4c942b87e1bf1d47682b78098868 (diff) | |
| parent | aa9737afb35d4fa0b6f08444466aa044cd9ad0d3 (diff) | |
Merge pull request #2669 from mark-monteiro/update-net-core
Update .NET Core to 3.1.3
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 b3aa85202..77b0561ef 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.2" /> + <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.3" /> <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" /> |
