Skip to content

Commit aff0acd

Browse files
build(deps): bump XamlNameReferenceGenerator in /samples
Bumps [XamlNameReferenceGenerator](https://github.com/avaloniaui/Avalonia.NameGenerator) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/avaloniaui/Avalonia.NameGenerator/releases) - [Commits](AvaloniaUI/Avalonia.NameGenerator@1.5.1...1.6.1) --- updated-dependencies: - dependency-name: XamlNameReferenceGenerator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a15891 commit aff0acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net6</TargetFramework>
@@ -9,7 +9,7 @@
99
<PackageReference Include="Avalonia.Desktop" Version="0.10.18" />
1010
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.18" />
1111
<PackageReference Include="MessageBox.Avalonia" Version="2.0.1" />
12-
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
12+
<PackageReference Include="XamlNameReferenceGenerator" Version="1.6.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)