aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Extensions.Tests
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2021-07-19 13:25:41 -0400
committerGitHub <noreply@github.com>2021-07-19 13:25:41 -0400
commit71158dfb3f61c6b6c09131e8036ff4555eaa9b18 (patch)
treed0c7151d57fc86513c6ce906797093cc15746b46 /tests/Jellyfin.Extensions.Tests
parent95832e4d2ffb69401e109a0323d2b07d0b16276d (diff)
parentde12ee5dba3698fe96a12330a68896ed6a1fdb94 (diff)
Merge pull request #6326 from crobibero/5.0.8
Update to dotnet 5.0.8
Diffstat (limited to 'tests/Jellyfin.Extensions.Tests')
-rw-r--r--tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj b/tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj
index 4b6dca3777..f87e63be26 100644
--- a/tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj
+++ b/tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj
@@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.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>