Skip to content

Commit

Permalink
build(deps): bump Avalonia from 0.10.0-rc2 to 0.10.0 in /Sample (#332)
Browse files Browse the repository at this point in the history
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) from 0.10.0-rc2 to 0.10.0.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@0.10.0-rc2...0.10.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 25, 2021
1 parent 02c1941 commit 78b513e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.0-rc2" />
<PackageReference Include="Avalonia" Version="0.10.0" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0-rc2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0-rc2" />
<PackageReference Include="Citrus.Avalonia" Version="1.3.0-preview" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sextant.Avalonia/Sextant.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="13.*" />
<PackageReference Include="Avalonia" Version="0.10.0-rc2" />
<PackageReference Include="Avalonia" Version="0.10.0" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0-rc2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0-rc2" />
</ItemGroup>
Expand Down

0 comments on commit 78b513e

Please sign in to comment.