diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-05-19 19:06:40 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2022-05-20 23:00:15 -0400 |
| commit | bc1a78575ada96d23bc662d352e4441bd7b8aa85 (patch) | |
| tree | 8628f835eb0c4138e6aa94081cce3c5f4a229337 /tests | |
| parent | 1b020b8abb77c4844b4a43c4a68cb63f5d672553 (diff) | |
Merge pull request #7766 from crobibero/dotnet-6.0.5
(cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj | 2 | ||||
| -rw-r--r-- | tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj index 61f6e3f5b..c981948a1 100644 --- a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj +++ b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj @@ -9,7 +9,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" /> diff --git a/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj b/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj index 1e2c85c23..e9cb33634 100644 --- a/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj +++ b/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj @@ -10,7 +10,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" /> |
