From fafef403696ce5f72dbf4d584cccce036149c097 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 11 Nov 2025 20:51:20 +0000
Subject: [PATCH 1/2] Update dotnet monorepo to v10
---
src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj | 2 +-
test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj b/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
index 2bc46d3..171848c 100644
--- a/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
+++ b/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
@@ -16,6 +16,6 @@
-
+
diff --git a/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj b/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj
index ebd5d5c..9fe9297 100644
--- a/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj
+++ b/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj
@@ -8,7 +8,7 @@
-
+
From 3a6a366b29257e383c3e7ad56dbce780822aba0c Mon Sep 17 00:00:00 2001
From: Marcin Badurowicz
Date: Wed, 12 Nov 2025 23:05:49 +0100
Subject: [PATCH 2/2] Fix build errors
---
.github/workflows/ci.yml | 2 +-
src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj | 3 +--
...Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj | 6 ++----
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 38ad59a..4aa179f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
- name: Restore Dependencies
run: dotnet restore src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
diff --git a/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj b/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
index 171848c..ad31acd 100644
--- a/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
+++ b/src/Ktos.AspNetCore.Authentication.ApiKeyHeader.csproj
@@ -1,7 +1,6 @@
-
- net9.0
+ net10.0
Ktos.AspNetCore.Authentication.ApiKeyHeader
Marcin Badurowicz
$(NoWarn);CS1998
diff --git a/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj b/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj
index 9fe9297..b2a0665 100644
--- a/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj
+++ b/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj
@@ -1,13 +1,12 @@
-
- net9.0
+ net10.0
$(NoWarn);CS1591
false
true
-
+
@@ -24,5 +23,4 @@
-