From b4edb24ec32fa5f61fd967e2893b6f335764eb11 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 12 Dec 2018 21:17:48 +0100 Subject: Change libraries from netcoreapp to netstandard Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/ --- Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emby.Server.Implementations') diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 081238399..b3b476907 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -33,7 +33,7 @@ - netcoreapp2.1 + netstandard2.0 false -- cgit v1.2.3