Skip to content

Commit 84cbf32

Browse files
authored
Merge pull request #45 from linked-data-dotnet/dependabot/nuget/System.Text.RegularExpressions-4.3.1
Bump System.Text.RegularExpressions from 4.1.0 to 4.3.1
2 parents ccafe89 + 397c669 commit 84cbf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json-ld.net/json-ld.net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
3434
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
3535
<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11" />
3636
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.2.0" />
37-
<PackageReference Include="System.Text.RegularExpressions" Version="4.1.0" />
37+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
3838
</ItemGroup>
3939
</Project>

0 commit comments

Comments
 (0)