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.MediaEncoding.Keyframes.Tests | |
| parent | 103a8e69a7df99fe403ca5db71952e919ac74069 (diff) | |
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Keyframes.Tests')
| -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> |
