diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-01-23 14:41:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 14:41:03 -0500 |
| commit | 3bf7e18886840307d56a304f1a2d28c95ce678d8 (patch) | |
| tree | 597f425816c85a978d046fada11686f7aaebd94e /tests | |
| parent | c5e9d5602877f36192a5b30a0b6785a595c2fc43 (diff) | |
| parent | a087ab389a1530a4bfb7efb3a29cec07aa06b10d (diff) | |
Merge pull request #5031 from crobibero/5.0.2
Update to dotnet 5.0.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 c58813617..98a2cda60 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -16,7 +16,7 @@ <PackageReference Include="AutoFixture" Version="4.15.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.15.0" /> <PackageReference Include="AutoFixture.Xunit2" Version="4.15.0" /> - <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.1" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.2" /> <PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> <PackageReference Include="xunit" Version="2.4.1" /> |
