Skip to content

Commit

Permalink
Update Avalonia 11.2.0-rc1 NuGet package and others
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Oct 3, 2024
1 parent ff546eb commit 0e39d69
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Caly.Android/Caly.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Android" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Android" Version="11.2.0-rc1" />
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.12" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Caly.Benchmarks/Caly.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions Caly.Core/Caly.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

<ItemGroup>
<!--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-beta2" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0-rc1" />

<PackageReference Include="Avalonia" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Skia" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.0-beta2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.1" />
<PackageReference Include="Avalonia" Version="11.2.0-rc1" />
<PackageReference Include="Avalonia.Skia" Version="11.2.0-rc1" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0-rc1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.0-rc1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="Lifti.Core" Version="6.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
Expand Down
2 changes: 1 addition & 1 deletion Caly.Desktop/Caly.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-rc1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Caly.iOS/Caly.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia.iOS" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.iOS" Version="11.2.0-rc1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion external/Tabalonia

0 comments on commit 0e39d69

Please sign in to comment.