diff options
| author | Phallacy <Dragoonmac@gmail.com> | 2019-02-20 00:00:26 -0800 |
|---|---|---|
| committer | Phallacy <Dragoonmac@gmail.com> | 2019-02-20 00:00:26 -0800 |
| commit | 6bbb968b578fe42224227b70e78825bbed5cfc6f (patch) | |
| tree | e77ea5c099d4517389f3c221b8b931ad83f2b7cd /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 56e306334201e06f2066e1e7ca1246508346bfa9 (diff) | |
minor changes and return to netstandard
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 86b2efe54..8356a9501 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -34,7 +34,7 @@ </ItemGroup> <PropertyGroup> - <TargetFramework>netcoreapp2.1</TargetFramework> + <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> |
