File tree 2 files changed +1
-2
lines changed
samples/LoginApp.Avalonia
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Avalonia.ReactiveUI" Version =" 0.10.0" />
11
11
<PackageReference Include =" Citrus.Avalonia" Version =" 1.4.3" />
12
12
<PackageReference Include =" MessageBox.Avalonia" Version =" 1.0.5" />
13
- <PackageReference Include =" XamlNameReferenceGenerator" Version =" 0.1.10 " />
13
+ <PackageReference Include =" XamlNameReferenceGenerator" Version =" 0.4.1 " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ namespace LoginApp.Avalonia.Views
19
19
/// A page which contains controls for signing up.
20
20
/// </summary>
21
21
/// <inheritdoc />
22
- [ GenerateTypedNameReferences ]
23
22
public partial class SignUpView : ReactiveWindow < SignUpViewModel >
24
23
{
25
24
/// <summary>
You can’t perform that action at this time.
0 commit comments