diff --git a/.editorconfig b/.editorconfig index 74984b9..8d242e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -155,6 +155,9 @@ dotnet_diagnostic.ca1819.severity = none # CA1848: Use the LoggerMessage delegates dotnet_diagnostic.CA1848.severity = silent +# CA1873: Avoid potentially expensive logging +dotnet_diagnostic.CA1873.severity = silent + # CA2007: Consider calling ConfigureAwait on the awaited task dotnet_diagnostic.CA2007.severity = none diff --git a/src/HttpClientAuthentication/HttpClientAuthentication.csproj b/src/HttpClientAuthentication/HttpClientAuthentication.csproj index d68f88e..401300e 100644 --- a/src/HttpClientAuthentication/HttpClientAuthentication.csproj +++ b/src/HttpClientAuthentication/HttpClientAuthentication.csproj @@ -1,6 +1,6 @@  - net8.0;net9.0 + net10.0;net9.0;net8.0 KISS.HttpClientAuthentication KISS.HttpClientAuthentication @@ -9,7 +9,7 @@ enable - 3.0.0 + 3.1.0 Rune Gulbrandsen Copyright (c) 2025 Rune Gulbrandsen. All rights reserved. @@ -24,18 +24,22 @@ snupkg - - - - - + + + + + + + + + + - diff --git a/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj b/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj index 4a8f680..85b8764 100644 --- a/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj +++ b/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 KISS.HttpClientAuthentication.Test KISS.HttpClientAuthentication.Test @@ -14,21 +14,21 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all