Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.24 to 8.0.25#67
Conversation
--- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Ollama Code Review for
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <!-- Project settings --> <TargetFramework>net8.0</TargetFramework> <!-- Secret ID for UserSecrets --> <UserSecretsId>9d750d08-73ae-4876-83cc-4aad393eef18</UserSecretsId> <!-- Docker default target OS --> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> <!-- Language version --> <LangVersion>default</LangVersion> </PropertyGroup>
<ItemGroup>
<!-- Authentication packages -->
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.3.9" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.25" />
</ItemGroup>
<ItemGroup>
<!-- Authentication packages -->
<PackageReference Include="NSwag.AspNetCore" Version="14.6.3" />
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
<!-- Additional Serilog enrichers -->
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<!-- Authentication packages -->
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.3.9" />
</ItemGroup>
<ItemGroup>
<!-- Authentication packages -->
<PackageReference Include="NSwag.AspNetCore" Version="14.6.3" />
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
<!-- Additional Serilog enrichers -->
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <!-- Project settings --> <TargetFramework>net8.0</TargetFramework> <!-- Secret ID for UserSecrets --> <UserSecretsId>9d750d08-73ae-4876-83cc-4aad393eef18</UserSecretsId> <!-- Docker default target OS --> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> <!-- Language version --> <LangVersion>default</LangVersion> </PropertyGroup>
<ItemGroup>
<!-- Authentication packages -->
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.3.9" />
</ItemGroup>By implementing these suggestions, you can improve the readability, maintainability, and overall quality of your .csproj file. |
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.24 to 8.0.25.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
8.0.25
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65289Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)