I am trying to install .Net Aspire, but it's now showing in the Visual Studio Installer, Ideally it should show like the below.
I am following this document. I have done the following steps as mentioned in the document.
- Open the Visual Studio installer.
- Select Modify next to Visual Studio 2022.
- Select the ASP.NET and web development workload.
I have Visual Studio 17.8 installed, but in the document, it is mentioned that it requires version 17.9 or higher (Optional), But it is Optional.
Do I need to install the Visual Studio Preview version?




Even I was not able to Install
.Net Aspire SDKin Visual Studio Community 2022 17.7.5According to this Blog- Microsoft releases .NET 8 with preview of Aspire cloud-ready stack to 'simplify cloud app complexity' • DEVCLASS > The Full tooling of .Net Aspire is available in Visual Studio 2022 Preview - 17.9.0 Preview 1.0
I upgraded my existing Visual Studio 2022 Preview IDE to 17.9.0 Preview 1.0 and the .Net Aspire SDK (Preview) was visible and got installed successfully Refer below:-
Also, For
.Net 8development, I recommend using Visual Studio 2022 Preview version.You can also install the Aspire SDK via .net CLI as an alternative as mentioned in the same MS Document.