Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/machine-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Whether you want to contribute to Aspire, or just use the latest build of Aspire

On Windows, Visual Studio contains special tooling support for .NET Aspire that you will want to have.

[Visual Studio 2022 version 17.9 Preview](https://visualstudio.microsoft.com/vs/preview/)
[Visual Studio 2022 version 17.10 Preview](https://visualstudio.microsoft.com/vs/preview/)

When you install, ensure that both:
* `ASP.NET and web development` Workload is checked.
Expand All @@ -15,7 +15,14 @@ When you install, ensure that both:
## Install the latest .NET 8 SDK
[.NET 8 SDK](https://github.com/dotnet/installer#installers-and-binaries)

## Install Docker Desktop
## Install a supported container runtime

### Docker Desktop
* [Windows](https://docs.docker.com/desktop/install/windows-install/)
* [MacOS X](https://docs.docker.com/desktop/install/mac-install/)
* [Linux](https://docs.docker.com/desktop/install/linux-install/)

### Podman
* [Windows](https://podman.io/docs/installation#windows)
* [macOS](https://podman.io/docs/installation#macos)
* [Linux](https://podman.io/docs/installation#installing-on-linux)