diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-05-24 14:01:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 14:01:52 -0600 |
| commit | a0331cdcf144dc832c068d58647e0532a2a2d79e (patch) | |
| tree | d283aa09b44eac67f97115dae24213412f399b23 | |
| parent | 433853b24cc9c3e931885818b515537befc946f3 (diff) | |
| parent | 08981f3a04d3a0242c7d7676fcfb2789cef86c3b (diff) | |
Merge pull request #7758 from jellyfin/dependabot/nuget/Microsoft.AspNetCore.Mvc.Testing-6.0.5
| -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 f48655ebc..81df29db8 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -15,7 +15,7 @@ <PackageReference Include="AutoFixture" Version="4.17.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.17.0" /> <PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" /> - <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.4" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.5" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> <PackageReference Include="xunit" Version="2.4.1" /> |
