aboutsummaryrefslogtreecommitdiff
path: root/Emby.XmlTv
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-12 21:17:48 +0100
committerBond_009 <bond.009@outlook.com>2018-12-12 21:39:22 +0100
commitb4edb24ec32fa5f61fd967e2893b6f335764eb11 (patch)
tree3151819597c470827ee6d0b470168a948785fc83 /Emby.XmlTv
parent3680da59a37a0c910928fc31c3c6659339c822f2 (diff)
Change libraries from netcoreapp to netstandard
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
Diffstat (limited to 'Emby.XmlTv')
-rw-r--r--Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj2
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj b/Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj
index a1d3878c7..7ffb30b93 100644
--- a/Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj
+++ b/Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj
@@ -117,7 +117,7 @@
</Target>
-->
<PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>
diff --git a/Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj b/Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj
index 60183534e..b10551b99 100644
--- a/Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj
+++ b/Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj
@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>