diff options
| author | crobibero <cody@robibe.ro> | 2020-11-10 09:52:34 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-10 09:52:34 -0700 |
| commit | 83629ab6f24ee1a8991dae2b8a55d24c93832ad5 (patch) | |
| tree | c352216c7b2f4d11c69d8d46c600da98e5b1ee78 /tests/Jellyfin.Controller.Tests | |
| parent | 7aaf9dbcc3593cdad9519409f1364968524e1d6c (diff) | |
Update packages to net5
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 30e84842a0..6e3fac43d4 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>netcoreapp3.1</TargetFramework> + <TargetFramework>net5.0</TargetFramework> <IsPackable>false</IsPackable> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <Nullable>enable</Nullable> |
