diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-04-13 12:06:56 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2022-04-17 15:45:47 -0400 |
| commit | 96d2d2428a71c00cf23ff6c601340a561094c984 (patch) | |
| tree | bd3773b39287fa2b3468d6ed655488d31cfdab54 /tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj | |
| parent | fe3dbabbff5aa4654c673eea13f225d311286b48 (diff) | |
Merge pull request #7590 from crobibero/dotnet-6.0.4
(cherry picked from commit 5778541d2fa9a6a2732b715e8c60421e44e035da)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 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 8e0a208afa..cd40c30af3 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.3" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.4" /> <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" /> |
