Add Aspire upgrade code samples

This commit is contained in:
fiodarsazanavets
2026-02-07 09:59:47 +00:00
parent 9312555269
commit e8d6decd1a
110 changed files with 2894 additions and 1 deletions
+5 -1
View File
@@ -29,4 +29,8 @@ This repository follows the **golden thread** pattern, where we go from the init
9. [RabbitMQ integration](/AppWithRabbitMq)
10. [Redis caching and locking](/AppWithRedisCacheAndLock)
11. [Full authentication integration](/AppWithAuthentication)
12. [Scale-out and deployment scripts](/AppWithInfrastructure)
12. [Scale-out and deployment scripts](/AppWithInfrastructure)
13. [Aspire version upgrade flow](/AspireVersionUpgrade)
- [.NET Aspire 8 example](/AspireVersionUpgrade/Aspire8App)
- [.NET Aspire 9 example](/AspireVersionUpgrade/Aspire9App)
- [Aspire 13 example](/AspireVersionUpgrade/Aspire13App)