aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-10-23 23:36:56 +0200
committerBond_009 <bond.009@outlook.com>2023-11-14 21:12:16 +0100
commiteb022c49ccb310ee46d8d7b7f46678312b13abc6 (patch)
treec76b3ce2ac97166c08b382851f267554a381fbe2 /tests
parent3ec2d5592ed296f444ae5e5dafd23985def13110 (diff)
Update to .NET 8
Diffstat (limited to 'tests')
-rw-r--r--tests/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
index de8fc1bb8..bec3481cb 100644
--- a/tests/Directory.Build.props
+++ b/tests/Directory.Build.props
@@ -4,7 +4,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)/jellyfin-tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>