Skip to content

Commit 4ee8540

Browse files
989310: Resolved the CI failure
1 parent 9ddd468 commit 4ee8540

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Document-Processing/Excel/Spreadsheet/Blazor/blazor-hybrid-maui-app.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with .NET MAUI Blazor Hybrid App | Syncfusion
4-
description: Learn how to build apps using .NET MAUI Blazor Hybrid App with the Syncfusion spreadsheet component. This guide helps you set up, create, and run cross-platform applications quickly.
4+
description: Learn how to get started with .NET MAUI Blazor Hybrid App using the Syncfusion Spreadsheet component.
55
platform: document-processing
66
control: Spreadsheet
77
documentation: ug
@@ -20,7 +20,6 @@ Visual Studio provides the **.NET MAUI Blazor Hybrid App** template to create .N
2020
## Prerequisites
2121

2222
- .NET SDK 8.0 or above
23-
2423
- Visual Studio 2022 17.1 or above with the required workloads:
2524
- [Mobile development with .NET](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-10.0&tabs=visual-studio)
2625
- ASP.NET and web development
@@ -35,7 +34,6 @@ The above steps create a multi-targeted .NET MAUI Blazor app that can be deploye
3534

3635
In `MainPage.xaml`, the `BlazorWebView` is added and points to the root of the Blazor app. The root Blazor component for the app is in `Routes.razor`, which Razor compiles into a type named `Routes` in the application’s root namespace.
3736

38-
3937
{% tabs %}
4038
{% highlight xaml tabtitle="MainPage.xaml" %}
4139

0 commit comments

Comments
 (0)