diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-09 17:26:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 17:26:42 +0100 |
| commit | 1ea613a9bd4fd5d1fa4cb556fe238ecd4720e1e0 (patch) | |
| tree | 1cd8eb6b3a5b1660f56c26efbce1c95e8b01239b | |
| parent | 1fecb9efb2bec4fccfa39bb0b04ad2206cbb7c86 (diff) | |
Update Jellyfin.Api.Test to 3.1
| -rw-r--r-- | tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj index 1671b8d79..e0deeeabb 100644 --- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj +++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netcoreapp3.0</TargetFramework> + <TargetFramework>netcoreapp3.1</TargetFramework> <IsPackable>false</IsPackable> </PropertyGroup> |
