[NWD] Upgrade System.Text.RegularExpressions

Part of: b/228778323

Change-Id: Ibea496481fc1c4bf9bc7edbf19008085679c0f1a
Reviewed-on: https://gnocchi-internal-review.git.corp.google.com/c/third_party/epplus/+/228820
Reviewed-by: Trevor Ryland <tryland@google.com>
diff --git a/NetCoreTests/NetCoreTests.csproj b/NetCoreTests/NetCoreTests.csproj
index 1b192e1..275008e 100644
--- a/NetCoreTests/NetCoreTests.csproj
+++ b/NetCoreTests/NetCoreTests.csproj
@@ -9,6 +9,8 @@
     <PackageReference Include="MSTest.TestFramework" Version="2.2.8"/>
     <PackageReference Include="Microsoft.NET.Test.SDK" Version="17.1.0"/>
     <PackageReference Include="System.Net.Http" Version="4.3.4" />
+    <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
+
     <ProjectReference Include="..\EPPlus\EPPlusSDK.csproj"/>
 
     <None Include="TestWorkbooks/**" CopyToOutputDirectory="PreserveNewest"/>