Skip to content

Commit f68b92a

Browse files
author
Eugene Bochilo
committed
Update RegularExpressions package version to 7.3.1
DEVSIX-6353
1 parent c810622 commit f68b92a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

itext/itext.io/itext.io.netstandard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.3.0" />
8686
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="1.1.0" />
8787
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
88+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
8889
</ItemGroup>
8990
<ItemGroup>
9091
<ProjectReference Include="..\itext.commons\itext.commons.netstandard.csproj" />

itext/itext.kernel/itext.kernel.netstandard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
3232
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
3333
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
34+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
3435
</ItemGroup>
3536
<PropertyGroup>
3637
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>

itext/itext.pdftest/itext.pdftest.netstandard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
2424
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
2525
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
26+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2627
<!--
2728
Explicitly add System.Net.Http v4.3.4 dependency.
2829
Without this explicit dependency Rider IDE somehow cannot properly resolve it, which ends up in FileNotFound exception

0 commit comments

Comments
 (0)