Skip to content

Commit 4755e77

Browse files
Bump System.Text.RegularExpressions in /ParseLiveQuery.Test
Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. --- updated-dependencies: - dependency-name: System.Text.RegularExpressions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f43e29 commit 4755e77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ParseLiveQuery.Test/ParseLiveQuery.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
<Reference Include="System.Security.Principal.Windows, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
179179
<HintPath>..\packages\System.Security.Principal.Windows.4.4.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
180180
</Reference>
181-
<Reference Include="System.Text.RegularExpressions">
182-
<HintPath>..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
181+
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
182+
<HintPath>..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
183183
<Private>True</Private>
184184
</Reference>
185185
<Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

ParseLiveQuery.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<package id="System.Security.Principal.Windows" version="4.4.0" targetFramework="net471" />
5252
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net471" />
5353
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net471" />
54-
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net471" />
54+
<package id="System.Text.RegularExpressions" version="4.3.1" targetFramework="net48" />
5555
<package id="System.Threading" version="4.3.0" targetFramework="net471" />
5656
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net471" />
5757
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net471" />

0 commit comments

Comments
 (0)