Skip to content

Commit

Permalink
Bump Portable.BouncyCastle from 1.8.9 to 1.8.10
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Mar 4, 2021
1 parent eaf2c6e commit 7a41a1f
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 @@ -24,6 +24,6 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Publish="false" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="DotNetConfig" Version="1.0.0-rc.2" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
</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 @@ -22,7 +22,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="3.1.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a41a1f

Please sign in to comment.