We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccafe89 + 397c669 commit 84cbf32Copy full SHA for 84cbf32
src/json-ld.net/json-ld.net.csproj
@@ -34,6 +34,6 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
34
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
35
<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11" />
36
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.2.0" />
37
- <PackageReference Include="System.Text.RegularExpressions" Version="4.1.0" />
+ <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
38
</ItemGroup>
39
</Project>
0 commit comments