Update NuGet package versions across projects#188
Merged
marcominerva merged 1 commit intomasterfrom Mar 11, 2026
Merged
Conversation
Upgraded Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore, Swashbuckle.AspNetCore.SwaggerUI, Swashbuckle.AspNetCore.SwaggerGen, and SimpleAuthenticationTools.Abstractions to latest patch versions in sample and library projects. No functional code changes; updates for bug fixes, security, and compatibility.
There was a problem hiding this comment.
Pull request overview
Updates NuGet package patch versions across the core library, Swashbuckle integration, and sample projects to pick up upstream bug fixes/security patches without altering runtime behavior.
Changes:
- Bump
Microsoft.AspNetCore.OpenApipatch versions fornet9.0/net10.0targets where referenced. - Bump Swashbuckle packages to
10.1.5across library and samples. - Bump
SimpleAuthenticationTools.Abstractionsfrom3.1.9to3.1.10where referenced.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/SimpleAuthentication/SimpleAuthentication.csproj | Updates OpenApi package versions for net9.0/net10.0 and bumps Abstractions to 3.1.10. |
| src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj | Bumps Abstractions to 3.1.10 and Swashbuckle.AspNetCore.SwaggerGen to 10.1.5. |
| samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj | Bumps Swashbuckle.AspNetCore to 10.1.5. |
| samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj | Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5. |
| samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj | Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5. |
| samples/MinimalApis/ApiKeySample/ApiKeySample.csproj | Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5. |
| samples/Controllers/JwtBearerSample/JwtBearerSample.csproj | Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5. |
| samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj | Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5. |
| samples/Controllers/ApiKeySample/ApiKeySample.csproj | Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgraded Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore, Swashbuckle.AspNetCore.SwaggerUI, Swashbuckle.AspNetCore.SwaggerGen, and SimpleAuthenticationTools.Abstractions to latest patch versions in sample and library projects. No functional code changes; updates for bug fixes, security, and compatibility.