aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-10 09:52:34 -0700
committercrobibero <cody@robibe.ro>2020-11-10 09:52:34 -0700
commit83629ab6f24ee1a8991dae2b8a55d24c93832ad5 (patch)
treec352216c7b2f4d11c69d8d46c600da98e5b1ee78 /Emby.Notifications
parent7aaf9dbcc3593cdad9519409f1364968524e1d6c (diff)
Update packages to net5
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 1d430a5e5..16ee918c4 100644
--- a/Emby.Notifications/Emby.Notifications.csproj
+++ b/Emby.Notifications/Emby.Notifications.csproj
@@ -6,7 +6,7 @@
</PropertyGroup>
<PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>