From 830aec2bd3fc0353bcef6ca874b8188aa7ebb378 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 6 Oct 2024 20:35:37 +0200 Subject: [PATCH] Add System.Text.RegularExpressions package Included the System.Text.RegularExpressions package to Directory.Packages.props with version 4.3.1. This addition ensures regex functionalities are available within the project dependencies. --- Directory.Packages.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index d65073b3e..9afe5d9ca 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -95,6 +95,7 @@ +