diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-14 23:47:07 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-12-14 23:47:07 -0700 |
| commit | 5e8aaa68cfd0435848a4571324ead22d402be771 (patch) | |
| tree | 591ee0f371eb2654c6a7657ff239fe9cf4180108 /tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj | |
| parent | ec9cff29dfa0c0b08f4181b753eadab34cb05e3c (diff) | |
Update to dotnet 6.0.1
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 5b884cddf6..a59900b029 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.0" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.1" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> <PackageReference Include="xunit" Version="2.4.1" /> |
