From 20aa0a70844c2d9c3fca8076c6caa82807d23f17 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Tue, 21 Nov 2023 17:16:22 -0300 Subject: [PATCH] SImplified .NET 7 requirement version --- docs/getting-started/clients/mobile/android/index.md | 2 +- docs/getting-started/clients/mobile/ios/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/clients/mobile/android/index.md b/docs/getting-started/clients/mobile/android/index.md index c3e060bd..c1cb484d 100644 --- a/docs/getting-started/clients/mobile/android/index.md +++ b/docs/getting-started/clients/mobile/android/index.md @@ -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) diff --git a/docs/getting-started/clients/mobile/ios/index.mdx b/docs/getting-started/clients/mobile/ios/index.mdx index ab6d3bcb..f152b08d 100644 --- a/docs/getting-started/clients/mobile/ios/index.mdx +++ b/docs/getting-started/clients/mobile/ios/index.mdx @@ -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