diff options
| author | crobibero <cody@robibe.ro> | 2020-11-13 10:40:09 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-13 10:40:09 -0700 |
| commit | e8b98265b0d0e66fe7ef6b8a0acb28725b86ebe6 (patch) | |
| tree | ed210f7fda3ec82b24e6aa37ff1197295618a0f4 /tests | |
| parent | ec5781504ea445f06554afa7853028bca9b75ec0 (diff) | |
Upgrade Jellyfin.Model.Tests to net5.0
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj b/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj index e93385136..64d51e063 100644 --- a/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj +++ b/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netcoreapp3.1</TargetFramework> + <TargetFramework>net5.0</TargetFramework> <IsPackable>false</IsPackable> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <Nullable>enable</Nullable> |
