diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2020-12-10 13:56:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-10 13:56:54 +0100 |
| commit | a56ac654498298f2d67a5109f8112ba17ca9ee22 (patch) | |
| tree | 869ccebc299b4ac3d0ca3d9c0aaf60503c87b4a6 /tests | |
| parent | 7455de1f85da3094e3ebfada32eeb01032478b0f (diff) | |
| parent | aa5fa7cb8fd42200520a9b0d76aa38d23023eecc (diff) | |
Merge pull request #4753 from crobibero/5.0.1
Update to dotnet 5.0.1
Diffstat (limited to 'tests')
| -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 7c552ec06..90222d5c8 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -16,7 +16,7 @@ <PackageReference Include="AutoFixture" Version="4.14.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.14.0" /> <PackageReference Include="AutoFixture.Xunit2" Version="4.14.0" /> - <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.1" /> <PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" /> <PackageReference Include="xunit" Version="2.4.1" /> |
