Skip to content

Commit

Permalink
Remove dependency references from nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
eimantas committed Oct 27, 2024
1 parent 62b0778 commit e8b5500
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dotnet-passbook.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@
<summary>Generate pass files for Apple's iOS 6.0 passbook.</summary>
<releaseNotes>Added support for AssociatedStoreIdentifiers allowing you to link a pass to an existing iOS App using its Apple Identifier</releaseNotes>
<tags>PassBook Wallet</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="4.5.10" />
<dependency id="BouncyCastle" version="1.7.0" />
</group>
</dependencies>
</metadata>
</package>

0 comments on commit e8b5500

Please sign in to comment.