Skip to content

Commit

Permalink
SImplified .NET 7 requirement version
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr committed Nov 21, 2023
1 parent c3f004d commit 20aa0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/clients/mobile/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before you start, you should have the recommended [Tools and Libraries](../../..
installed. You will also need to install:

1. Visual Studio 2022
2. [.NET 7.0.x (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
2. [.NET 7 (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- Note: Even if you have an M1 Mac with ARM 64 architecture, you can install all x64 SDKs to run
android
3. [Xamarin (Android)](https://learn.microsoft.com/en-us/xamarin/get-started/installation/?pivots=macos-vs2022)
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/clients/mobile/ios/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from "@theme/TabItem";

## Requirements

- [.NET 7.0.x (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [.NET 7 (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- Xamarin (iOS)
- A Mac with Xcode 15 installed

Expand Down

0 comments on commit 20aa0a7

Please sign in to comment.