You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-8
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,15 @@ To compile and run the samples, you need Visual Studio 2019, Visual Studio for M
7
7
8
8
You can download these tools here: [Visual Studio](https://www.visualstudio.com/).
9
9
10
-
The console app samples can be used on Windows, Linux, or Mac. Here is the installation procedure for .NET Core: [.NET on Linux](https://www.microsoft.com/net/core)
10
+
The console app samples can be used on Windows, Linux, or Mac. Here is the installation procedure for .NET: [.NET](https://dotnet.microsoft.comt)
11
11
12
-
If you're using Visual Studio, Version 16.8 or a later version of Visual Studio 2019 is needed. With the Visual Studio Installer you need to select this workload to compile most of the code samples: **.NET Core cross-platform development**.
12
+
If you're using Visual Studio, Version 16.9 or a later version of Visual Studio 2019 is needed. With the Visual Studio Installer you need to select this workload to compile most of the code samples: **.NET Core cross-platform development**.
13
13
14
14
ASP.NET Core samples need this workload: **ASP.NET and web development**.
15
15
16
-
Windows app samples require Windows 10, Windows 10 Version 20H2 (build 19042) or a later version. With the Windows app samples, Visual Studio 2019 Update 16.9 or later is required with this workload: **Universal Windows Platform Development**, along with the [Windows UI Library 3 Preview 4](https://docs.microsoft.com/en-us/windows/apps/winui/winui3/)
16
+
See the [WinUI.md](WinUI.md) for the requirements of building and running the WinUI samples.
17
17
18
-
Compiling the Xamarin samples, you have different options using a Mac or a Windows system:
19
-
* On the Mac, you can install Visual Studio for Mac to compile the Android and iOS samples.
20
-
* On Windows 10, you can use Visual Studio 2019. To compile the iOS samples, you also need a Mac. Using only Windows 10, you can compile and run the Windows and Android code samples.
21
-
22
-
* Visual Studio 2019 with the .NET Core workload
18
+
See [updates](Updates.md) for issues and updates.
23
19
24
20
Here's the list of chapters and the folders for the code samples:
0 commit comments