Skip to content

Commit

Permalink
Update demo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Jul 4, 2022
1 parent 69e64e8 commit c38ddf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Demo-ASP.NET-Core/Demo-ASP.NET-Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.0" />
<PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.2" />
<PackageReference Include="SkiaSharp" Version="2.88.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Demo-ImageSharp/Demo-ImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.*" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta14" />
</ItemGroup>

</Project>

0 comments on commit c38ddf3

Please sign in to comment.