Skip to content

Commit 8efcb84

Browse files
Bump Portable.BouncyCastle from 1.8.9 to 1.8.10
Bumps [Portable.BouncyCastle](https://github.com/novotnyllc/bc-csharp) from 1.8.9 to 1.8.10. - [Release notes](https://github.com/novotnyllc/bc-csharp/releases) - [Commits](novotnyllc/bc-csharp@pcl-v1.8.9...pcl-v1.8.10) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0995403 commit 8efcb84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/ClientServer/Client/Client.Console/Client.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
9+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

src/AnonymousTokens.Client/AnonymousTokens.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
11+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/AnonymousTokens.Core/AnonymousTokens.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
25+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
2626
</ItemGroup>
2727

2828
</Project>

src/AnonymousTokens.Server/AnonymousTokens.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
11+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)