aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Common.Tests
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-02-14 15:11:46 +0100
committerBond_009 <bond.009@outlook.com>2021-09-24 20:15:46 +0200
commit13fbfe6091e61450aedc07bc78c96bf4c414bc65 (patch)
tree10f5ac5542f30568a3b4b6e84a05768bd0e93eb7 /tests/Jellyfin.Common.Tests
parent1ebd3c9ac33ab99813307728ad6efbf53a667d4e (diff)
Target net6.0
Diffstat (limited to 'tests/Jellyfin.Common.Tests')
-rw-r--r--tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj b/tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj
index 1619fa89c..1fe4e2565 100644
--- a/tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj
+++ b/tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj
@@ -6,7 +6,7 @@
</PropertyGroup>
<PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>../jellyfin-tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>