diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-10-13 17:55:20 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-12-07 16:42:05 +0100 |
| commit | 236dd650d0c9a4a8e4bad06b188387a1e6447de4 (patch) | |
| tree | 3adfd89ecee077ef08c9d2d9bcf3393d4ee0c4f2 /tests/Jellyfin.Controller.Tests | |
| parent | f3c57e6a0ae015dc51cf548a0380d1bed33959c2 (diff) | |
Update projects to .net7
Diffstat (limited to 'tests/Jellyfin.Controller.Tests')
| -rw-r--r-- | tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj b/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj index d95747206..650973c6a 100644 --- a/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj +++ b/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj @@ -6,7 +6,7 @@ </PropertyGroup> <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net7.0</TargetFramework> <IsPackable>false</IsPackable> <CodeAnalysisRuleSet>../jellyfin-tests.ruleset</CodeAnalysisRuleSet> </PropertyGroup> |
