From 85209966f982ffa7189f0c65853bf1c2e5e2e0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 05:30:41 +0000 Subject: [PATCH 1/3] Bump Microsoft.Extensions.Logging from 9.0.1 to 9.0.4 Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Xorog.UniversalExtensions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorog.UniversalExtensions.csproj b/Xorog.UniversalExtensions.csproj index 41eb01a..1fb2e56 100644 --- a/Xorog.UniversalExtensions.csproj +++ b/Xorog.UniversalExtensions.csproj @@ -38,7 +38,7 @@ - + From cc41bea57617e81f116fbbae6e7de2f8d9ca3991 Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Wed, 7 May 2025 00:45:08 +0200 Subject: [PATCH 2/3] fix: Allow net8 builds --- Xorog.UniversalExtensions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorog.UniversalExtensions.csproj b/Xorog.UniversalExtensions.csproj index 41eb01a..d88b58b 100644 --- a/Xorog.UniversalExtensions.csproj +++ b/Xorog.UniversalExtensions.csproj @@ -1,7 +1,7 @@ - net9.0 + net8.0;net9.0 enable enable Debug;Release;x64 From 85536a68749bfcdbbb30c643210fdef1053c32b8 Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Wed, 13 May 2026 15:50:01 +0200 Subject: [PATCH 3/3] fix: Update to net10 --- Xorog.UniversalExtensions.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xorog.UniversalExtensions.csproj b/Xorog.UniversalExtensions.csproj index d88b58b..a06a89b 100644 --- a/Xorog.UniversalExtensions.csproj +++ b/Xorog.UniversalExtensions.csproj @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net10.0 enable enable Debug;Release;x64 @@ -38,7 +38,7 @@ - +