Skip to content

Commit 616aa67

Browse files
authored
Add details about Aspire 9.4 support of .NET 10 Preview 5. (#4040)
1 parent e6941a3 commit 616aa67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/fundamentals/setup-tooling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Aspire tooling
33
description: Learn about essential tooling concepts for .NET Aspire.
4-
ms.date: 05/30/2025
4+
ms.date: 07/11/2025
55
zone_pivot_groups: dev-environment
66
uid: dotnet/aspire/setup-tooling
77
---
@@ -22,6 +22,7 @@ uid: dotnet/aspire/setup-tooling
2222
To work with .NET Aspire, you need the following installed locally:
2323

2424
- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) or [.NET 9.0](https://dotnet.microsoft.com/download/dotnet/9.0).
25+
- Starting with .NET Aspire 9.4, [.NET 10 Preview 5 or later](https://dotnet.microsoft.com/download/dotnet/10.0) is supported.
2526
- An OCI compliant container runtime, such as:
2627
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
2728
- [Podman](https://podman.io/)

docs/includes/aspire-prereqs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
To work with .NET Aspire, you need the following installed locally:
44

5-
- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) or [.NET 9.0](https://dotnet.microsoft.com/download/dotnet/9.0)
5+
- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) or [.NET 9.0](https://dotnet.microsoft.com/download/dotnet/9.0).
6+
- Starting with .NET Aspire 9.4, [.NET 10 Preview 5 or later](https://dotnet.microsoft.com/download/dotnet/10.0) is supported.
67
- An OCI compliant container runtime, such as:
78
- [Docker Desktop](https://www.docker.com/products/docker-desktop) or [Podman](https://podman.io/). For more information, see [Container runtime](../fundamentals/setup-tooling.md#container-runtime).
89
- An Integrated Developer Environment (IDE) or code editor, such as:

0 commit comments

Comments
 (0)