Skip to content

Commit 327f2f6

Browse files
committed
package upgrade.
1 parent 71d038b commit 327f2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MyFinance/MauiProgram.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace MyFinance;
1010
[MauiMarkup(typeof(PasswordEdit), typeof(CheckEdit), typeof(DXPopup), typeof(ComboBoxEditBase), typeof(ItemsEditBase))]
1111
[MauiMarkup(typeof(DXImage), typeof(DXButton), typeof(DXViewBase), typeof(DXBorder), typeof(DXContentPresenterBase))]
1212
[MauiMarkup(typeof(DXContentPresenter), typeof(DXCollectionView), typeof(CartesianChart), typeof(TabView), typeof(TabViewItem))]
13-
[MauiMarkup(typeof(TabItem))]
13+
[MauiMarkup(typeof(TabItem), typeof(DXButtonBase))]
1414
public static class MauiProgram
1515
{
1616
public static MauiApp CreateMauiApp()

MyFinance/MyFinance.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
6767
<PackageReference Include="DevExpress.Maui.Controls" Version="24.1.1-alpha-24085" />
6868
<PackageReference Include="DevExpress.Maui.Editors" Version="24.1.1-alpha-24085" />
69-
<PackageReference Include="FmgLib.MauiMarkup" Version="8.3.0" />
69+
<PackageReference Include="FmgLib.MauiMarkup" Version="8.3.1-prev1.0.0" />
7070
<PackageReference Include="LiveChartsCore.SkiaSharpView.Maui" Version="2.0.0-rc2" />
7171
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.4" />
7272
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.21" />

0 commit comments

Comments
 (0)