Skip to content

Commit

Permalink
Added missing assembly reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Dec 4, 2015
1 parent 55179fe commit 2f8d22f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MimeKit/MimeKit.WindowsUniversal81.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<Name>Portable.Text.Encoding.WindowsUniversal81</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="crypto">
<HintPath>..\packages\Portable.BouncyCastle.1.8.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10\crypto.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Cryptography\ApplicationPgpEncrypted.cs" />
<Compile Include="Cryptography\ApplicationPgpSignature.cs" />
Expand Down

0 comments on commit 2f8d22f

Please sign in to comment.