Skip to content

Commit

Permalink
Bump PeterO.Cbor from 4.0.1 to 4.5.1 in /JOSE
Browse files Browse the repository at this point in the history
Bumps [PeterO.Cbor](https://github.com/peteroupc/CBOR) from 4.0.1 to 4.5.1.
- [Release notes](https://github.com/peteroupc/CBOR/releases)
- [Changelog](https://github.com/peteroupc/CBOR/blob/master/History.md)
- [Commits](peteroupc/CBOR@v4.0.1...v4.5.1)

---
updated-dependencies:
- dependency-name: PeterO.Cbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2022
1 parent f7561d1 commit b1b2d6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JOSE/JOSE.dev.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


<ItemGroup>
<PackageReference Include="PeterO.Cbor" Version="4.0.1" />
<PackageReference Include="PeterO.Cbor" Version="4.5.1" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion JOSE/JOSE.std10.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeterO.Cbor" Version="4.0.1" />
<PackageReference Include="PeterO.Cbor" Version="4.5.1" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion JOSE/Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
<PackageReference Include="PeterO.Cbor" Version="4.0.1" />
<PackageReference Include="PeterO.Cbor" Version="4.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion JOSE/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="PeterO.Cbor" version="3.0.3" targetFramework="net46" />
<package id="PeterO.Cbor" version="4.5.1" targetFramework="net46" />
<package id="PeterO.Numbers" version="1.0.2" targetFramework="net46" />
<package id="Portable.BouncyCastle" version="1.8.4" targetFramework="net46" />
</packages>

0 comments on commit b1b2d6c

Please sign in to comment.