Skip to content

Commit 98e8083

Browse files
authored
Merge pull request #40 from HenrikWM/7410dependabot/nuget/Portable.BouncyCastle-1.8.9
Bump Portable.BouncyCastle from 1.8.8 to 1.8.9 Reviewed of http://www.bouncycastle.org/csharp/#RELEASENOTES189 and changes LGTM.
2 parents 0bc403c + 3e3f690 commit 98e8083

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.8" />
9+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
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.8" />
11+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
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.8" />
25+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
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.8" />
11+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)