Skip to content

Commit

Permalink
prj: Update Vanara Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tajbender committed Sep 7, 2024
1 parent c754947 commit 59345e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/electrifier/Views/WorkbenchPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
xmlns:vanara="using:electrifier.Controls.Vanara"
xmlns:viewmodels="using:electrifier.ViewModels"
behaviors:NavigationViewHeaderBehavior.HeaderMode="Never"
d:DataContext="{d:DesignInstance Type=viewmodels:WorkbenchViewModel}"
mc:Ignorable="d">
<!-- TODO: ui:UIElementExtensions.ClipToBounds="{x:Bind IsClipped, Mode=OneWay}" -->
<!-- TODO: removed Background="{ThemeResource CardBackgroundFillColorDefaultBrush}" -->
<d:Page.DataContext>
<d:DesignInstance Type="viewmodels:WorkbenchViewModel" />
electrifier.Views.WorkbenchPage
</d:Page.DataContext>
<Grid x:Name="WorkbenchGrid">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="5*" />
Expand Down
4 changes: 2 additions & 2 deletions src/electrifier/electrifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Vanara.Windows.Shell" Version="4.0.3" />
<PackageReference Include="Vanara.Windows.Shell.Common" Version="4.0.3" />
<PackageReference Include="Vanara.Windows.Shell" Version="4.0.4" />
<PackageReference Include="Vanara.Windows.Shell.Common" Version="4.0.4" />
<PackageReference Include="WinUIEdit" Version="0.0.3-prerelease" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
</ItemGroup>
Expand Down

0 comments on commit 59345e9

Please sign in to comment.