Skip to content

Commit

Permalink
Bump BouncyCastle.NetCore in /src/LtiAdvantage.AspNetCore
Browse files Browse the repository at this point in the history
Bumps [BouncyCastle.NetCore](https://github.com/chrishaly/bc-csharp) from 1.8.3 to 1.9.0.
- [Commits](https://github.com/chrishaly/bc-csharp/commits)

---
updated-dependencies:
- dependency-name: BouncyCastle.NetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 027b7dc commit cdc7ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LtiAdvantage/LtiAdvantage.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>.NET Core library with IMS LTIAdvantage support for Tool Consumer and Tool Provider applications.</Description>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.3" />
<PackageReference Include="BouncyCastle.NetCore" Version="1.9.0" />
<PackageReference Include="MinVer" Version="2.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit cdc7ce6

Please sign in to comment.