Skip to content

Commit

Permalink
Merge pull request #4456 from mtrutledge/issues/MailKitMissingBouncyC…
Browse files Browse the repository at this point in the history
…rypto

MailKit missing BouncyCastle.Crypto
  • Loading branch information
mitchelsellers authored Feb 8, 2021
2 parents 13f7f4f + e890010 commit a305a95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DNN Platform/Library/DotNetNuke.Library.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Deterministic>true</Deterministic>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down Expand Up @@ -76,8 +76,8 @@
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
<Reference Include="BouncyCastle.Crypto, Version=1.8.8.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\..\packages\Portable.BouncyCastle.1.8.8\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="ClientDependency.Core, Version=1.9.2.7, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dnn.ClientDependency.1.9.2.7\lib\net45\ClientDependency.Core.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions DNN Platform/Library/Library.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
</Target>
<Target Name="DebugProject">
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\Microsoft.Extensions.FileSystemGlobbing.dll" DestinationFolder="$(WebsitePath)/bin" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\BouncyCastle.Crypto.dll" DestinationFolder="$(WebsitePath)/bin" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion DNN Platform/Library/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package id="MimeKit" version="2.10.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net45" />
<package id="PetaPoco.Compiled" version="6.0.415" targetFramework="net472" />
<package id="Portable.BouncyCastle" version="1.8.9" targetFramework="net472" />
<package id="Portable.BouncyCastle" version="1.8.8" targetFramework="net472" />
<package id="QuickIO.NET" version="2.6.2.0" targetFramework="net45" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net45" />
<package id="StyleCop.Analyzers" version="1.1.118" targetFramework="net472" developmentDependency="true" />
Expand Down

0 comments on commit a305a95

Please sign in to comment.