File tree 3 files changed +11
-12
lines changed
samples/SampleMvvmApp/Views
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 3
3
xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
4
5
5
<ItemGroup >
6
- <PackageReference Include =" Avalonia" Version =" 11.0.0-preview5 " />
7
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0-preview5 " />
8
- <PackageReference Include =" Avalonia.Markup.Xaml.Loader" Version =" 11.0.0-preview5 " />
9
- <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.0.0-preview5 " />
6
+ <PackageReference Include =" Avalonia" Version =" 11.0.0-preview6 " />
7
+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0-preview6 " />
8
+ <PackageReference Include =" Avalonia.Markup.Xaml.Loader" Version =" 11.0.0-preview6 " />
9
+ <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.0.0-preview6 " />
10
10
<!--
11
- <PackageReference Include="Avalonia.Controls.DataGrid" Version="11.0.0-preview5 " />
11
+ <PackageReference Include="Avalonia.Controls.DataGrid" Version="11.0.0-preview6 " />
12
12
-->
13
13
</ItemGroup >
14
-
14
+
15
15
</Project >
Original file line number Diff line number Diff line change 6
6
<Import Project =" AvaloniaDependency.props" />
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.0.0-preview5 " />
9
+ <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.0.0-preview6 " />
10
10
<!-- <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0-preview5" />-->
11
- <PackageReference Include =" Avalonia.LinuxFramebuffer" Version =" 11.0.0-preview5" />
12
- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.0.0-preview5" />
13
- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.0-preview5" />
14
- <PackageReference Include =" XamlNameReferenceGenerator" Version =" 1.5.1" />
11
+ <PackageReference Include =" Avalonia.LinuxFramebuffer" Version =" 11.0.0-preview6" />
12
+ <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.0.0-preview6" />
13
+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.0-preview6" />
15
14
<ProjectReference Include =" $(MSBuildThisFileDirectory)..\src\Prism.DryIoc.Avalonia\Prism.DryIoc.Avalonia.csproj" />
16
15
</ItemGroup >
17
16
</Project >
Original file line number Diff line number Diff line change 9
9
<DockPanel >
10
10
<StackPanel DockPanel.Dock=" Top" Spacing =" 5" >
11
11
<Grid Background =" LightGray" ColumnDefinitions =" Auto, *" >
12
- <Button Content = " Back " Command =" {Binding CmdNavigateBack}" CornerRadius =" 10" >
12
+ <Button Command =" {Binding CmdNavigateBack}" CornerRadius =" 10" >
13
13
<PathIcon Data =" {StaticResource arrow_reply_regular}" />
14
14
</Button >
15
15
<TextBlock Grid.Column=" 1" Text =" {Binding Title}" FontWeight =" Bold" Margin =" 5" VerticalAlignment =" Center" />
You can’t perform that action at this time.
0 commit comments