diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-09-23 19:52:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 19:52:37 +0900 |
| commit | dfb2ef5cfea17a4957536e50e53a4d19efdd3caa (patch) | |
| tree | 0ce2270be08365034d8cb53dd94828fdb1b4927e /tests | |
| parent | 7dc22bec7b441e1aeff0ce0a33c9e66ccdf92088 (diff) | |
| parent | 46ae51bc9aaf4564cdb38b02d6b87b9cfcc82bfb (diff) | |
Merge pull request #4126 from crobibero/3.1.8
update to dotnet 3.1.8
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 bcba3a203..e3a7a5428 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.7" /> - <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.7" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.8" /> + <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.8" /> <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" /> |
