Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.82 KB

1-setup.md

File metadata and controls

35 lines (24 loc) · 1.82 KB

Machine Setup

This workshop will be using the following tools:

For the best experience, we recommend using Visual Studio 2022 with the .NET Aspire workload. However, you can use Visual Studio Code with the C# Dev Kit and .NET Aspire workload. Below are setup guides for each platform.

Windows with Visual Studio

Mac, Linux, & Windows without Visual Studio

dotnet workload update
dotnet workload install aspire

Note: These commands may require sudo

Note: When running on Mac with Apple Silicon (M series processor), Rosetta 2 for grpc-tools.

Test Installation

To test your installation, see the Build your first .NET Aspire project for more information.