diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-12 21:17:48 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-12 21:39:22 +0100 |
| commit | b4edb24ec32fa5f61fd967e2893b6f335764eb11 (patch) | |
| tree | 3151819597c470827ee6d0b470168a948785fc83 /Emby.Naming | |
| parent | 3680da59a37a0c910928fc31c3c6659339c822f2 (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.Naming')
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index 89562296d..f1a736ecc 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netcoreapp2.1</TargetFramework> + <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> @@ -9,4 +9,4 @@ <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> </ItemGroup> -</Project>
\ No newline at end of file +</Project> |
