diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-02-14 11:01:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 11:01:55 -0500 |
| commit | 94b5334da53d9a1c7c35f1b69882c72a4b08af93 (patch) | |
| tree | a3b8d871c1b65db5d11736936489e611a0a0787e /tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj | |
| parent | dbf9e49258e0b0b68db6670b902cc9c2f112a439 (diff) | |
| parent | b98cc71c3b1e796d23bdf379dcc8894ba1d23e3e (diff) | |
Merge pull request #7290 from crobibero/dotnet-6.0.2
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj b/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj index 23c46d0bf..639c84240 100644 --- a/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj +++ b/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj @@ -8,7 +8,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
