From ae1e7e1d4bba8d624d8a2561846af0c05d3683f2 Mon Sep 17 00:00:00 2001 From: Derek Brown <24372631+AzureView@users.noreply.github.com> Date: Sat, 22 Jan 2022 19:45:08 +0000 Subject: [PATCH 1/3] add support for Net5 and Net6 --- .../CondenserDotNet.Client.csproj | 6 +++--- .../CondenserDotNet.Configuration.csproj | 3 ++- .../CondenserDotNet.Core.csproj | 4 ++-- .../CleanShutdown/CleanShutdownExtensions.cs | 6 +++--- .../CondenserDotNet.Middleware.csproj | 2 +- .../ConsulCleanShutdown/ConsulShutdownExtensions.cs | 7 ++----- .../WindowsAuthentication/WindowsAuthFeature.cs | 2 ++ .../WindowsAuthentication/WindowsHandshake.cs | 6 ++++-- .../CondenserDotNet.Stats.csproj | 2 +- .../AuthenticationMiddlewareFacts.cs | 3 +++ .../Condenser.Tests.Integration.csproj | 13 ++++++++----- test/CondenserTests/CondenserTests.csproj | 11 +++++++---- version.props | 2 +- 13 files changed, 39 insertions(+), 28 deletions(-) diff --git a/src/CondenserDotNet.Client/CondenserDotNet.Client.csproj b/src/CondenserDotNet.Client/CondenserDotNet.Client.csproj index 8dd8b00..f17fddc 100644 --- a/src/CondenserDotNet.Client/CondenserDotNet.Client.csproj +++ b/src/CondenserDotNet.Client/CondenserDotNet.Client.csproj @@ -14,9 +14,9 @@ - - - + + +