Skip to content

Commit

Permalink
Use previous skia sharp version due to issue mono/SkiaSharp#1551
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Eugster committed Aug 7, 2021
1 parent b187226 commit 531b6cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/PhotoBooth.Server/PhotoBooth.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="5.0.7" />
<PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.80.3" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.80.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/PhotoBooth.Service/PhotoBooth.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="stateless" Version="5.11.0" />
</ItemGroup>

Expand Down

0 comments on commit 531b6cf

Please sign in to comment.