aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-10-13 17:55:20 +0200
committerBond_009 <bond.009@outlook.com>2022-12-07 16:42:05 +0100
commit236dd650d0c9a4a8e4bad06b188387a1e6447de4 (patch)
tree3adfd89ecee077ef08c9d2d9bcf3393d4ee0c4f2 /Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
parentf3c57e6a0ae015dc51cf548a0380d1bed33959c2 (diff)
Update projects to .net7
Diffstat (limited to 'Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj')
-rw-r--r--Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
index ba5d6a312..80bfcc75a 100644
--- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
+++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>