Skip to content

Commit

Permalink
Try out preview builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Oct 25, 2024
1 parent 916cfa7 commit 458757e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PicView.Avalonia.MacOS/PicView.Avalonia.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-rc1" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0-rc1" />
<PackageReference Include="HarfBuzzSharp" Version="8.3.0-preview.5.4" />
<PackageReference Include="System.IO.Pipelines" Version="9.0.0-rc.2.24473.5" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/PicView.Avalonia.Win32/PicView.Avalonia.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-rc1" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0-rc1" />
<PackageReference Include="HarfBuzzSharp" Version="8.3.0-preview.5.4" />
<PackageReference Include="SkiaSharp.HarfBuzz" Version="3.0.0-preview.5.4" />
<PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="3.0.0-preview.5.4" />
<PackageReference Include="System.IO.Pipelines" Version="9.0.0-rc.2.24473.5" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions src/PicView.Avalonia/PicView.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0-rc1" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0.1" />
<PackageReference Include="HarfBuzzSharp" Version="8.3.0-preview.5.4" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Win32" Version="8.3.0-preview.5.4" />
<PackageReference Include="SkiaSharp" Version="3.0.0-preview.5.4" />
<PackageReference Include="SkiaSharp.HarfBuzz" Version="3.0.0-preview.5.4" />
<PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="3.0.0-preview.5.4" />
<PackageReference Include="System.IO.Pipelines" Version="9.0.0-rc.2.24473.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 458757e

Please sign in to comment.