Skip to content

Commit

Permalink
build(deps): bump Avalonia from 0.10.4 to 0.10.5 in /samples (#270)
Browse files Browse the repository at this point in the history
* build(deps): bump Avalonia from 0.10.4 to 0.10.5 in /samples

Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@0.10.4...0.10.5)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Xamarin.Forms in samples

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artyom <worldbeater-dev@yandex.ru>
  • Loading branch information
dependabot[bot] and worldbeater committed Jun 4, 2021
1 parent 8050ac5 commit e004485
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.4" />
<PackageReference Include="Avalonia" Version="0.10.5" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.4" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.4" />
<PackageReference Include="Citrus.Avalonia" Version="1.4.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="13.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="13.*" />
<PackageReference Include="Xamarin.Forms" Version="4.7.*" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
<PackageReference Include="Xamarin.Android.Support.v7.Preference" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Media.Compat" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Fragment" Version="28.0.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Forms.iOS/LoginApp.Forms.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1451" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Forms/LoginApp.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="13.*" />
<PackageReference Include="Xamarin.Forms" Version="4.8.*" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e004485

Please sign in to comment.