getting started with dotnet core aspire component

 

Assuming you have already install dotnet 8.


To install 

dotnet workload update

dotnet workload install aspire


To create a project from scratch

 dotnet new aspire-starter --use-redis-cache --output AspireSample





Comments