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 2bc46d3..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 @@ -16,6 +15,6 @@ - + diff --git a/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj b/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj index ebd5d5c..b2a0665 100644 --- a/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj +++ b/test/Ktos.AspNetCore.Authentication.ApiKeyHeader.Tests.csproj @@ -1,14 +1,13 @@  - - net9.0 + net10.0 $(NoWarn);CS1591 false true - - + + @@ -24,5 +23,4 @@ -