Skip to content

Commit 10a657d

Browse files
committed
updated README.md with .NET9
1 parent e8d1208 commit 10a657d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Developer documentation, build guides, and API references are available at:
4141

4242
### Prerequisites
4343

44-
- .NET 8 SDK or later
44+
- .NET 9 SDK or later
4545
- Visual Studio 2022 or later (with .NET MAUI workload installed)
4646
- Git
4747

@@ -88,20 +88,20 @@ cd Spixi
8888
2. **Build and Run the Application:**
8989
- To build and run the application on a specific platform, use the following command:
9090
```bash
91-
dotnet build -t:Run -f net8.0-android # For Android
92-
dotnet build -t:Run -f net8.0-ios # For iOS
93-
dotnet build -t:Run -f net8.0-windows10.0.19041.0 -p:Platform=x64 # For Windows
94-
dotnet build -t:Run -f net8.0-maccatalyst # For macOS
91+
dotnet build -t:Run -f net9.0-android # For Android
92+
dotnet build -t:Run -f net9.0-ios # For iOS
93+
dotnet build -t:Run -f net9.0-windows10.0.19041.0 -p:Platform=x64 # For Windows
94+
dotnet build -t:Run -f net9.0-maccatalyst # For macOS
9595
```
9696
- Ensure you have the appropriate SDKs and emulators/simulators installed for the target platform.
9797
9898
3. **Build the Application in Release mode:**
9999
- To build and run the application on a specific platform, use the following command:
100100
```bash
101-
dotnet build --configuration Release -f net8.0-android # For Android
102-
dotnet build --configuration Release -f net8.0-ios # For iOS
103-
dotnet build --configuration Release -f net8.0-windows10.0.19041.0 -p:Platform=x64 # For Windows
104-
dotnet build --configuration Release -f net8.0-maccatalyst # For macOS
101+
dotnet build --configuration Release -f net9.0-android # For Android
102+
dotnet build --configuration Release -f net9.0-ios # For iOS
103+
dotnet build --configuration Release -f net9.0-windows10.0.19041.0 -p:Platform=x64 # For Windows
104+
dotnet build --configuration Release -f net9.0-maccatalyst # For macOS
105105
```
106106
107107
### Additional Notes

0 commit comments

Comments
 (0)