diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-08 17:32:18 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-02-08 17:36:20 -0700 |
| commit | b98cc71c3b1e796d23bdf379dcc8894ba1d23e3e (patch) | |
| tree | 34ce50dbb6ccef9393011ec858dd63ceb14c174d /tests/Jellyfin.Server.Tests | |
| parent | 103a8e69a7df99fe403ca5db71952e919ac74069 (diff) | |
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'tests/Jellyfin.Server.Tests')
| -rw-r--r-- | tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj b/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj index 64cf3a6bbe..2ab32d6f60 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.1" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.2" /> <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" /> |
