Skip to content

Commit

Permalink
Avalonia 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Oct 31, 2024
1 parent c94d820 commit bfd727b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/PicView.Avalonia.MacOS/PicView.Avalonia.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/PicView.Avalonia.Win32/PicView.Avalonia.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/PicView.Avalonia/PicView.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0-rc2" />
<PackageReference Include="Avalonia" Version="11.2.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0" />
<!--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-rc2" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0.1" />
</ItemGroup>

Expand Down

0 comments on commit bfd727b

Please sign in to comment.