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
#1970#1955#1928#1954
Updates dependencies:
- Microsoft.AspNetCore.Authentication.JwtBearer
- Microsoft.Data.SqlClient
- Microsoft.IdentityModel.JsonWebTokens
- System.IdentityModel.Tokens.Jwt
Update pipeline task:
- `NuGetAuthenticate@0` to `NuGetAuthenticate@1`
- LocalDB connection string default set instead of depending on private
env_var.
- Auto generate db passwords and append to connection strings during
each pipeline run
Other changes to support the changes above:
- Suppress NU1603 warning as error for all projects
- Update ConfigurationTests jwt token creation to handle breaking
changes in newer versions of Jwt* dependencies.
All related to pipeline updates that are required for 0.10 stable.
---------
Co-authored-by: neeraj-sharma2592 <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>
0 commit comments