diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-09-03 11:47:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 11:47:13 -0400 |
| commit | 0712a7ef11c24c2aa51bbfa74dfa311af24c90bb (patch) | |
| tree | 807660528f6117b151288645119af4227286433b /tests/Jellyfin.MediaEncoding.Tests | |
| parent | 3711a1978e8a400aa28dd75ce8ffb08ac43106e1 (diff) | |
| parent | 5ad81f7fe6e37a7e513c3b06c5bed7a229704bbc (diff) | |
Merge pull request #3886 from crobibero/3.1.7
bump deps
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Tests')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj b/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj index e1a089547..3ac60819b 100644 --- a/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj +++ b/tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj @@ -19,9 +19,9 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" /> <PackageReference Include="xunit" Version="2.4.1" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" /> + <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" /> <PackageReference Include="coverlet.collector" Version="1.3.0" /> </ItemGroup> |
