diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-06 19:00:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 19:00:08 +0100 |
commit | d3709a753f88e6b02d6a1760835227a7fdcc5a19 (patch) | |
tree | 2f262447d7b82b8584027e494ac067766df0ea9b | |
parent | ab676d58ea2a52e219835dd6baebf8b8ce0ab694 (diff) |
nuget: bump XamlNameReferenceGenerator from 1.4.2 to 1.5.1 (#4026)1.1.438
Bumps [XamlNameReferenceGenerator](https://github.com/avaloniaui/Avalonia.NameGenerator) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/avaloniaui/Avalonia.NameGenerator/releases)
- [Commits](https://github.com/avaloniaui/Avalonia.NameGenerator/compare/1.4.2...1.5.1)
---
updated-dependencies:
- dependency-name: XamlNameReferenceGenerator
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 c7b0eadc..6d963a40 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -28,7 +28,7 @@ <PackageReference Include="jp2masa.Avalonia.Flexbox" Version="0.2.0" /> <PackageReference Include="DynamicData" Version="7.12.8" /> <PackageReference Include="FluentAvaloniaUI" Version="1.4.5" /> - <PackageReference Include="XamlNameReferenceGenerator" Version="1.4.2" /> + <PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" /> <PackageReference Include="OpenTK.Core" Version="4.7.5" /> <PackageReference Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> |