File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ This project is designed to help you quickly build a hybrid app for Windows, Lin
18
18
19
19
Ensure you have the following installed:
20
20
21
- - [ .NET SDK] ( https://dotnet.microsoft.com/download )
21
+ - [ .NET 8 SDK] ( https://dotnet.microsoft.com/download )
22
22
- [ .NET MAUI] ( https://github.com/dotnet/docs-maui/blob/main/docs/get-started/installation.md )
23
23
- [ XCode (Mac Only)] ( https://xcodereleases.com/ )
24
24
- GTK+ gtk+-3.0(libgtk-3-0) and webkit2gtk-4 (libwebkit2gtk-4.0) (** Linux Only** )
25
- - [ Android SDK] ( https://developer.android.com/ )
25
+ - [ Android SDK (For Android Build) ] ( https://developer.android.com/ )
26
26
- [ Node.js and npm] ( https://nodejs.org/ )
27
27
- [ VSCode] ( https://code.visualstudio.com/ )
28
28
- [ VSCode .NET MAUI extension] ( https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui )
29
29
30
30
Optional:
31
- - [ VSCode .NET Meteor extension (Alternative)] ( https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor )
31
+ - [ VSCode .NET Meteor extension (Alternative for the official MAUI extension )] ( https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor )
32
32
- [ VSCode Android WebView Debugging extension] ( https://marketplace.visualstudio.com/items?itemName=mpotthoff.vscode-android-webview-debug )
33
33
34
34
@@ -57,7 +57,7 @@ Optional:
57
57
58
58
### Building the Project
59
59
60
- ** Build the project using VSCode .NET MAUI extension ** or build it manually, using the following commands:
60
+ ** Build the project using VSCode .NET MAUI or .NET Meteor extensions ** or build it manually, using the following commands:
61
61
62
62
- ** Windows:**
63
63
You can’t perform that action at this time.
0 commit comments