Skip to content

Commit bb4de16

Browse files
authored
Merge pull request #54 from linked-data-dotnet/dependabot/nuget/System.Security.Cryptography.Algorithms-4.3.1
Bump System.Security.Cryptography.Algorithms from 4.2.0 to 4.3.1
2 parents 35786d9 + 6a33d60 commit bb4de16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/json-ld.net/json-ld.net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
3333
</PropertyGroup>
3434
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
3535
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
36-
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.2.0" />
36+
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
3737
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
3838
</ItemGroup>
3939
</Project>

0 commit comments

Comments
 (0)