Skip to content

Commit

Permalink
Don't directly reference crypto assembly from PCL projects (VS2015 ge…
Browse files Browse the repository at this point in the history
…ts confused?)
  • Loading branch information
jstedfast committed May 4, 2016
1 parent 49a851b commit 6eb07a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions MimeKit/MimeKit.Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,6 @@
<Compile Include="TextPart.cs" />
<Compile Include="XPriority.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="crypto">
<HintPath>..\packages\Portable.BouncyCastle.1.8.1\lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10\crypto.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.MimeKit.Portable.config" />
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions MimeKit/MimeKit.WindowsUniversal81.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,6 @@
<Compile Include="TextPart.cs" />
<Compile Include="XPriority.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="crypto">
<HintPath>..\packages\Portable.BouncyCastle.1.8.1\lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10\crypto.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.MimeKit.WindowsUniversal81.config" />
</ItemGroup>
Expand Down

0 comments on commit 6eb07a5

Please sign in to comment.