aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-12 18:10:53 -0500
committerGitHub <noreply@github.com>2018-12-12 18:10:53 -0500
commit3a451ebd3722089561887c4e07b8c0fce0a475cf (patch)
tree50b94615555d050f12d2ae8bbbb6d74893b96668 /Emby.Notifications
parentad4b73d1cbbaf9363d261c598082f9eba644b2a2 (diff)
parentb4edb24ec32fa5f61fd967e2893b6f335764eb11 (diff)
Merge pull request #102 from Bond-009/netstandard
Change libraries from netcoreapp to netstandard
Diffstat (limited to 'Emby.Notifications')
-rw-r--r--Emby.Notifications/Emby.Notifications.csproj2
1 files changed, 1 insertions, 1 deletions
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 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>