From 960898ffeeee56de5e9220741cb6781eb7cfd3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:52:38 +0000 Subject: [PATCH] Bump the aspnetcore group across 1 directory with 7 updates Bumps the aspnetcore group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.AspNetCore.Components.Authorization](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) Updates `Microsoft.AspNetCore.Components.Authorization` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) Updates `Microsoft.AspNetCore.OpenApi` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) Updates `Microsoft.AspNetCore.Components.WebAssembly` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) Updates `Microsoft.AspNetCore.Components.WebAssembly.DevServer` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) Updates `Microsoft.AspNetCore.Components.WebAssembly.Server` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.10) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Components.Authorization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Components.WebAssembly dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore ... Signed-off-by: dependabot[bot] --- .../Sample.ServerRender.Web.csproj | 8 ++++---- .../Sample.WebAssembly.Client.csproj | 6 +++--- .../Sample.WebAssembly.Server.csproj | 8 ++++---- .../Blazone.Authentication.Client.csproj | 2 +- .../Blazone.Authentication.Server.csproj | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/samples/ServerRender/Sample.ServerRender.Web/Sample.ServerRender.Web.csproj b/samples/ServerRender/Sample.ServerRender.Web/Sample.ServerRender.Web.csproj index 01244ac..4bde293 100644 --- a/samples/ServerRender/Sample.ServerRender.Web/Sample.ServerRender.Web.csproj +++ b/samples/ServerRender/Sample.ServerRender.Web/Sample.ServerRender.Web.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/samples/WebAssembly/Sample.WebAssembly.Client/Sample.WebAssembly.Client.csproj b/samples/WebAssembly/Sample.WebAssembly.Client/Sample.WebAssembly.Client.csproj index 60e21ac..8bd8f95 100644 --- a/samples/WebAssembly/Sample.WebAssembly.Client/Sample.WebAssembly.Client.csproj +++ b/samples/WebAssembly/Sample.WebAssembly.Client/Sample.WebAssembly.Client.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/samples/WebAssembly/Sample.WebAssembly.Server/Sample.WebAssembly.Server.csproj b/samples/WebAssembly/Sample.WebAssembly.Server/Sample.WebAssembly.Server.csproj index 4c3aba0..3d6e8ef 100644 --- a/samples/WebAssembly/Sample.WebAssembly.Server/Sample.WebAssembly.Server.csproj +++ b/samples/WebAssembly/Sample.WebAssembly.Server/Sample.WebAssembly.Server.csproj @@ -9,10 +9,10 @@ - - - - + + + + diff --git a/src/Blazone.Authentication.Client/Blazone.Authentication.Client.csproj b/src/Blazone.Authentication.Client/Blazone.Authentication.Client.csproj index 548b329..797a7a8 100644 --- a/src/Blazone.Authentication.Client/Blazone.Authentication.Client.csproj +++ b/src/Blazone.Authentication.Client/Blazone.Authentication.Client.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Blazone.Authentication.Server/Blazone.Authentication.Server.csproj b/src/Blazone.Authentication.Server/Blazone.Authentication.Server.csproj index 814df15..ef41e37 100644 --- a/src/Blazone.Authentication.Server/Blazone.Authentication.Server.csproj +++ b/src/Blazone.Authentication.Server/Blazone.Authentication.Server.csproj @@ -12,7 +12,7 @@ - +