Angelo Pirola
Angelo Pirola
All project files have been modified to target .NET 9.0 instead of .NET 8.0. Package references for `Microsoft.AspNetCore.Authorization`, `Microsoft.AspNetCore.Identity.EntityFrameworkCore`, `Microsoft.EntityFrameworkCore.SqlServer`, `Microsoft.AspNetCore.Authentication.JwtBearer`, `Microsoft.Extensions.Hosting`, `Azure.Storage.Blobs`, and `MimeMapping` have been updated to their...
Upgraded several NuGet packages across the IdentitySample application to their latest versions for improved features and security. Key updates include: - `Microsoft.AspNetCore.Authorization` and `Microsoft.AspNetCore.Identity.EntityFrameworkCore` upgraded to 8.0.14 in `IdentitySample.Authentication.csproj`. -...
@kasuken this pull request includes several updates to migrate the project to .NET 8 and update various package versions. The most important changes include updating the target framework, modifying package...
This pull request focuses on upgrading the project to .NET 9 and updating related dependencies, tools, and documentation. The changes ensure compatibility with the latest framework version and improve the...