diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-10-15 12:56:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-15 12:56:10 +0900 |
| commit | 5c2ecc0ca5f4672e090d35bfa8886718a95feb4f (patch) | |
| tree | 55040cd744d22f1a6373490998c8ba9f720aeb2a /tests | |
| parent | 8ffa14e6d3436cd6533bf43241c356f803b06845 (diff) | |
| parent | f998e521072ac5d3c0725cbe9fb544e005b15dfe (diff) | |
Merge pull request #4324 from crobibero/dotnet-3.1.9
Update to dotnet 3.1.9
Diffstat (limited to '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 8a559b7b6..aae436fb7 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -16,8 +16,8 @@ <PackageReference Include="AutoFixture" Version="4.13.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.13.0" /> <PackageReference Include="AutoFixture.Xunit2" Version="4.13.0" /> - <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.8" /> - <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.8" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.9" /> + <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.9" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" /> |
