From a5c32cd7255ccbca9fc3826d42d05a79daaa899e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:54:39 +0000 Subject: [PATCH 1/2] build: bump the all group with 6 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` | | [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) | `5.2.0` | `5.4.0` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.0` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.0` | | [Serilog.Enrichers.AzureClaims](https://github.com/Intility/serilog-enrichers-azureclaims) | `1.1.2` | `1.1.3` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.3.1` | `8.1.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` | Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3) Updates `Sentry.Serilog` from 5.2.0 to 5.4.0 - [Release notes](https://github.com/getsentry/sentry-dotnet/releases) - [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-dotnet/compare/5.2.0...5.4.0) Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3) Updates `Serilog.Enrichers.AzureClaims` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/Intility/serilog-enrichers-azureclaims/releases) - [Commits](https://github.com/Intility/serilog-enrichers-azureclaims/compare/1.1.2...1.1.3) Updates `Swashbuckle.AspNetCore` from 7.3.1 to 8.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.1...v8.1.0) Updates `Microsoft.Extensions.Hosting` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Sentry.Serilog dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Serilog.Enrichers.AzureClaims dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Swashbuckle.AspNetCore dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- samples/MinimalApiSample/MinimalApiSample.csproj | 4 ++-- samples/WorkerSample/WorkerSample.csproj | 6 +++--- .../Intility.Extensions.Logging.Sentry.csproj | 2 +- .../Intility.Extensions.Logging.csproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/MinimalApiSample/MinimalApiSample.csproj b/samples/MinimalApiSample/MinimalApiSample.csproj index 291c280..f168541 100644 --- a/samples/MinimalApiSample/MinimalApiSample.csproj +++ b/samples/MinimalApiSample/MinimalApiSample.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -7,7 +7,7 @@ - + diff --git a/samples/WorkerSample/WorkerSample.csproj b/samples/WorkerSample/WorkerSample.csproj index 7bdb3a9..bfca83e 100644 --- a/samples/WorkerSample/WorkerSample.csproj +++ b/samples/WorkerSample/WorkerSample.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -6,8 +6,8 @@ - - + + diff --git a/src/Intility.Extensions.Logging.Sentry/Intility.Extensions.Logging.Sentry.csproj b/src/Intility.Extensions.Logging.Sentry/Intility.Extensions.Logging.Sentry.csproj index 23832fe..3964d82 100644 --- a/src/Intility.Extensions.Logging.Sentry/Intility.Extensions.Logging.Sentry.csproj +++ b/src/Intility.Extensions.Logging.Sentry/Intility.Extensions.Logging.Sentry.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Intility.Extensions.Logging/Intility.Extensions.Logging.csproj b/src/Intility.Extensions.Logging/Intility.Extensions.Logging.csproj index e9bb1ed..b61a81a 100644 --- a/src/Intility.Extensions.Logging/Intility.Extensions.Logging.csproj +++ b/src/Intility.Extensions.Logging/Intility.Extensions.Logging.csproj @@ -1,4 +1,4 @@ - + net9.0;net8.0 @@ -29,7 +29,7 @@ - + From 26437b2f72874b55f53a6c02f347172e276d165e Mon Sep 17 00:00:00 2001 From: Herman Jensen Date: Tue, 1 Apr 2025 11:30:54 +0200 Subject: [PATCH 2/2] fix: bump aspnet deps as well --- .../Intility.Logging.AspNetCore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj index 5299c0f..a545617 100644 --- a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj +++ b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj @@ -35,8 +35,8 @@ - - + +