From 585354514c8bf0a6bd6dd9c5dace80780319fa15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:14:43 +0000 Subject: [PATCH 1/2] build: Bump System.Security.Cryptography.Xml from 9.0.19 to 10.0.11 --- updated-dependencies: - dependency-name: System.Security.Cryptography.Xml dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../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 e31ad0c..b0d9d8d 100644 --- a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj +++ b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj @@ -38,10 +38,10 @@ - + - + From 001660253518d36d4e3ab4ec96564c5341065aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorstein=20L=C3=B8kensgard?= Date: Tue, 1 Sep 2026 09:14:45 +0200 Subject: [PATCH 2/2] fix: set fix: prefix for nuget updates and remve framework pinning for System.Security.Cryptography.Xml --- .github/dependabot.yaml | 2 +- .../Intility.Logging.AspNetCore.csproj | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8a513c3..d44b2c2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,7 @@ updates: cronjob: '0 8 * * MON#-1' timezone: 'Europe/Oslo' commit-message: - prefix: "build:" + prefix: "fix:" groups: # Group all non-major updates together minor-patch-updates: diff --git a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj index b0d9d8d..f21f017 100644 --- a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj +++ b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj @@ -32,18 +32,8 @@ - - - - - - - - - -