aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-11 15:34:22 +0900
committerGitHub <noreply@github.com>2020-01-11 15:34:22 +0900
commitbca48b5d5cce5ef62760e0c2bee10952d99ac234 (patch)
tree7d4a8850e4bb90f2c34b6679b547eb9160e2a8fb /tests
parentd63debd0085c3203555ea4bd587c72fc171abb81 (diff)
parent312987aea57d5a7f1366a07220ed1aae27e235a6 (diff)
Merge pull request #2248 from jellyfin/azp-vstest-fix
Fix the VSTest runner
Diffstat (limited to 'tests')
-rw-r--r--tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj2
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>