Skip to content

Commit

Permalink
Bump Portable.BouncyCastle from 1.8.5.2 to 1.8.6
Browse files Browse the repository at this point in the history
Bumps [Portable.BouncyCastle](https://github.com/onovotny/bc-csharp) from 1.8.5.2 to 1.8.6.
- [Release notes](https://github.com/onovotny/bc-csharp/releases)
- [Commits](novotnyllc/bc-csharp@pcl-v1.8.5.2...pcl-v1.8.6)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Feb 29, 2020
1 parent ecc1b06 commit 8d0a220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dotnet-serve/dotnet-serve.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All" Publish="false"/>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.5.1" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5.2" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/dotnet-serve.Tests/dotnet-serve.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Required becuase the SDK doesn't do transitive package refs from PackAsTool for netcoreapp2.1 -->
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.5.1" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5.2" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8d0a220

Please sign in to comment.