diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-24 01:26:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 01:26:53 +0000 |
commit | cc51a03af96d2ed24d06ff0e44c38af8e5565194 (patch) | |
tree | f7f71a5968a64d56dc0a9c974e1749e06fe710d5 | |
parent | 567c64e149f1ec3487dea34abdffc7bfa2f55400 (diff) |
nuget: bump Avalonia from 0.10.15 to 0.10.18 (#3817)1.1.374
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) from 0.10.15 to 0.10.18.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](https://github.com/AvaloniaUI/Avalonia/compare/0.10.15...0.10.18)
---
updated-dependencies:
- dependency-name: Avalonia
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Ryujinx.Ava/Ryujinx.Ava.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Ava/Ryujinx.Ava.csproj b/Ryujinx.Ava/Ryujinx.Ava.csproj index d36fa629..656d3b07 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -18,7 +18,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Avalonia" Version="0.10.15" /> + <PackageReference Include="Avalonia" Version="0.10.18" /> <PackageReference Include="Avalonia.Desktop" Version="0.10.15" /> <PackageReference Include="Avalonia.Diagnostics" Version="0.10.15" /> <PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.15" /> |