Update NuGet References, change code accordingly. Update Startup code to behave well with Rider's XAML viewer

This commit is contained in:
2024-11-10 21:24:33 +01:00
parent 43810cbb61
commit 1bee62173c
4 changed files with 17 additions and 15 deletions

View File

@ -3,7 +3,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:vm="using:StarsAssistant.ViewModels"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="200"
x:Class="StarsAssistant.Views.BuColView"
x:DataType="vm:BuColViewModel">