diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-12 18:10:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-12 18:10:53 -0500 |
| commit | 3a451ebd3722089561887c4e07b8c0fce0a475cf (patch) | |
| tree | 50b94615555d050f12d2ae8bbbb6d74893b96668 /Emby.Drawing | |
| parent | ad4b73d1cbbaf9363d261c598082f9eba644b2a2 (diff) | |
| parent | b4edb24ec32fa5f61fd967e2893b6f335764eb11 (diff) | |
Merge pull request #102 from Bond-009/netstandard
Change libraries from netcoreapp to netstandard
Diffstat (limited to 'Emby.Drawing')
| -rw-r--r-- | Emby.Drawing/Emby.Drawing.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj index e4c9a0c351..3fa60fad14 100644 --- a/Emby.Drawing/Emby.Drawing.csproj +++ b/Emby.Drawing/Emby.Drawing.csproj @@ -10,7 +10,7 @@ </ItemGroup> <PropertyGroup> - <TargetFramework>netcoreapp2.1</TargetFramework> + <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> |
