From aae405ca20c59edb690969a4b858e6165cd7f192 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Wed, 19 Jun 2024 09:06:47 +0200 Subject: [PATCH] Update package dependencies to latest stable versions. (#355) The current version we have for the test framework references vulnerable versions for System.Net.Http and System.Text.RegularExpressions which causes the test projects to fail to build with the latest .NET 9 SDK. This updates all dependencies to their latest stable versions. --- Directory.Build.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index caed3ad..cd713e5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,9 +4,9 @@ You can change it locally when running without the test runner to match with the .NET SDK under test. --> net6.0 - 6.0.0 - 17.4.0 - 2.4.1 - 2.4.3 + 8.0.0 + 17.10.0 + 2.8.1 + 2.8.1