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