Skip to content

Commit

Permalink
docs: Update .NET Core refs
Browse files Browse the repository at this point in the history
Fixes misimpression that older versions of .NET Core must be used
  • Loading branch information
davidjohnoliver committed Aug 25, 2020
1 parent f851956 commit 771cbf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Visit [our documentation](doc/articles/intro.md) for more details.
* [**Visual Studio 2019**](https://visualstudio.microsoft.com/) with:
* **Universal Windows Platform component** installed.
* **Xamarin component** installed (for Android and iOS development).
* **ASP.NET/web component** installed, along with .NET Core 2.2 (for WASM development).
* **ASP.NET/web component** installed, along with .NET Core 2.2 or later (for WASM development).

To easily create a multi-platform application:
* Install the [Uno Solution Template Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=nventivecorp.uno-platform-addin).
Expand Down
6 changes: 3 additions & 3 deletions doc/articles/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Use Uno with your favorite tools.
* A working Mac with Visual Studio for Mac, XCode 8.2 or later installed (for iOS development)
* Google's Android x86 emulators or a physical Android device (for Android development)

* **ASP**.**NET and web** workload installed, along with .NET Core 2.2 (for WASM development)
* **ASP**.**NET and web** workload installed, along with .NET Core 2.2 or later (for WASM development)

![visual-studio-installer-web](Assets/quick-start/vs-install-web.png)
* [.NET Core 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2)
* [.NET Core](https://dotnet.microsoft.com/download/dotnet-core)

For more information about these prerequisites, see [Installing Xamarin](https://docs.microsoft.com/en-us/xamarin/get-started/installation/). For information about connecting Visual Studio to a Mac build host, see [Pair to Mac for Xamarin.iOS development](https://docs.microsoft.com/en-us/xamarin/ios/get-started/installation/windows/connecting-to-mac/).

Expand Down Expand Up @@ -145,7 +145,7 @@ While it is easier to create apps using Uno on Windows, you can also create all
* [**Visual Studio for Mac**](https://visualstudio.microsoft.com/vs/mac/)
* [**Xcode**](https://apps.apple.com/us/app/xcode/id497799835?mt=12) 10.0 or higher
* An [**Apple ID**](https://support.apple.com/en-us/HT204316)
* .NET Core 3.1
* .NET Core 3.1 or higher

### Modifying Existing Uno App

Expand Down

0 comments on commit 771cbf5

Please sign in to comment.