Skip to content

Commit

Permalink
feat: Updated SixLabors.ImageSharp to 2.1.9 for .Net Standard/.Net fr…
Browse files Browse the repository at this point in the history
…amework
  • Loading branch information
HavenDV committed Sep 1, 2024
1 parent 3578682 commit a66ae4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libs/QrCodes.ImageSharp/QrCodes.ImageSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net4.6.2;netstandard2.0;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net4.7.2;netstandard2.0;net6.0;net8.0</TargetFrameworks>
<RootNamespace>QrCodes</RootNamespace>
</PropertyGroup>

Expand All @@ -10,12 +10,12 @@
<PackageTags>$(PackageTags);imagesharp</PackageTags>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net4.6.2' ">
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.6" />
<ItemGroup Condition=" '$(TargetFramework)' == 'net4.7.2' ">
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
Expand Down

0 comments on commit a66ae4a

Please sign in to comment.