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.Photos/Emby.Photos.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emby.Photos') diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj index f8c2156a62..e945ff444d 100644 --- a/Emby.Photos/Emby.Photos.csproj +++ b/Emby.Photos/Emby.Photos.csproj @@ -11,7 +11,7 @@ - netcoreapp2.1 + netstandard2.0 false -- cgit v1.2.3