aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-10-11 18:22:29 +0200
committerBond_009 <bond.009@outlook.com>2019-10-11 18:32:13 +0200
commit516933aab58eb668d8db20307cd25d6532bd198c (patch)
treedcde956a2181777ab7fc97a23f6879750d22607c /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentd64b43286ecf9418280d5a782826182cc2ef98e4 (diff)
Move to netcore3.0
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 2c71f0457..ea4444268 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -42,7 +42,7 @@
</ItemGroup>
<PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFramework>netstandard2.1</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>