From 5fb6709a6a0dd346daa3d02553e1c272198af3e7 Mon Sep 17 00:00:00 2001 From: Rune Gulbrandsen Date: Tue, 15 Oct 2024 13:04:11 +0200 Subject: [PATCH] Update NuGet packages - Fixes CVE-2024-43483 vulnerability - Update NuGet packages to latest overall - Bump version number --- .../HttpClientAuthentication.csproj | 11 +++++------ .../HttpClientAuthentication.Test.csproj | 10 +++++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/HttpClientAuthentication/HttpClientAuthentication.csproj b/src/HttpClientAuthentication/HttpClientAuthentication.csproj index 0619474..c43842c 100644 --- a/src/HttpClientAuthentication/HttpClientAuthentication.csproj +++ b/src/HttpClientAuthentication/HttpClientAuthentication.csproj @@ -9,7 +9,7 @@ enable - 2.0.1 + 2.0.2 Rune Gulbrandsen Copyright (c) 2024 Rune Gulbrandsen. All rights reserved. @@ -25,16 +25,15 @@ - - - - + + + - + diff --git a/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj b/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj index 957b7f1..ba829d0 100644 --- a/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj +++ b/test/HttpClientAuthentication.Test/HttpClientAuthentication.Test.csproj @@ -22,13 +22,13 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all