Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matgr1 committed Aug 22, 2017
1 parent 917a84b commit f558d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FreeImage-dotnet-core/FreeImage-dotnet-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ This is for FreeImage version 3.17.0 (The version number of this package no long
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.1" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.1" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.1" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.1" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down

0 comments on commit f558d86

Please sign in to comment.