You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update package versions and streamline async execution
Updated NuGet package references in `DevExcelerateApi.csproj` and `DevExcelerateApp.csproj` to newer versions for `Microsoft.Azure.Cosmos`, `Microsoft.IdentityModel.JsonWebTokens`, `System.IdentityModel.Tokens.Jwt`, and `Microsoft.Data.SqlClient`.
Refactored `Program.cs` to simplify asynchronous execution by directly awaiting `app.RunAsync()` without using an intermediate `Task` variable.
0 commit comments