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